Communication-Systems-Group / pdfsign.js

96 stars 26 forks source link

Sign gets added but not visible #2

Closed prem911 closed 7 years ago

prem911 commented 8 years ago

On running the sample example, a new pdf gets generated. The signature panel shows the signature but it is not visible.

tbocek commented 7 years ago

Right, on line 426 and 543 in src/js/main.js, we create a widget in a rectangle 0,0,0,0, meaning its not visible. Adding a signature widget, would mean to create an appropriate widget in these lines. Its not implement, as it was not a requirement for us.