Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the DotNet library work? #166

Open
amendezcabrera opened this issue May 24, 2019 · 3 comments
Open

Does the DotNet library work? #166

amendezcabrera opened this issue May 24, 2019 · 3 comments

Comments

@amendezcabrera
Copy link

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.

@amendezcabrera
Copy link
Author

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:

String.Format(CultureInfo.InvariantCulture,..)

@brinley
Copy link
Owner

brinley commented May 29, 2019

Thanks, any change you can send a PR?

@amendezcabrera
Copy link
Author

I sent you 2 PR. One fixing the String Culture bug and another one adding the conversion to VB.NET of the C# library,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants