You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a base30 string from jSignature to an image using the dotNet library from the extras folder and it doesn't work, the generated image doesn't has almost nothing to do with the original one. I created a question in StackOverflow.
Trying the same with the PHP library from the same folder it does work nicely.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
The problem was with the Culture when formatting the String in the library to convert to SVG, I fixed it by adding CultureInfo.InvariantCulture at the start of them:
I am trying to convert a base30 string from jSignature to an image using the dotNet library from the extras folder and it doesn't work, the generated image doesn't has almost nothing to do with the original one. I created a question in StackOverflow.
Trying the same with the PHP library from the same folder it does work nicely.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: