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
Update: it turns out that the RegExp in Raphael.js cannot compute over-optimized arcTo path command coordinates, I opened an issue on Stackoverflow, trying to find a solution and hopefully resolve it here as well.
The text was updated successfully, but these errors were encountered:
For some reason pathToAbsolute fails to process Bezier [C]urves and in consequence, the path2curve will also deliver wrong values.
Test site
https://jsfiddle.net/yq42njsr/
Update: it turns out that the RegExp in Raphael.js cannot compute over-optimized
arcTo
path command coordinates, I opened an issue on Stackoverflow, trying to find a solution and hopefully resolve it here as well.The text was updated successfully, but these errors were encountered: