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
If you do a cabal run in my project though you can see that the second property won't pass quickcheck. Sometimes this is due to floating point errors (which seem to exceed ieee754) but sometimes there are NaNs in the result which indicates there is no solution although I think I scale rx,ry as described.
Just wondering if you had any ideas and also if you would be interested to use my implementation if I get it to work.
The text was updated successfully, but these errors were encountered:
I will replace the TODO list with issues. Yes I am intereseted to use your code. But can I/we copy it into Path.hs? I don't want to upload a separate library to hackage for 100 lines. SVG parsing is certainly full of possible bugs and I am grateful for help.
I thought I'd open an issue for this as it's marked as TODO in the code anyway and I have started working on this seperately.
If you do a
cabal run
in my project though you can see that the second property won't pass quickcheck. Sometimes this is due to floating point errors (which seem to exceed ieee754) but sometimes there are NaNs in the result which indicates there is no solution although I think I scale rx,ry as described.Just wondering if you had any ideas and also if you would be interested to use my implementation if I get it to work.
The text was updated successfully, but these errors were encountered: