dealfonso / sapp

Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
GNU Lesser General Public License v3.0
110 stars 29 forks source link

Fix Cannot redeclare deg2rad, tx, sx, rx functions #28

Closed erikn69 closed 1 year ago

erikn69 commented 1 year ago

When you add multiple signature images the exception pops up

dealfonso commented 1 year ago

Hi,

I find that it would be a better solution to simply get the helper functions (i.e. sx, tx, deg2rad and rx) outside the _add_image function. Could you please consider it?

erikn69 commented 1 year ago

That works too, fixed