Conversation
I have been the only one who still spends at least some time to look at new issues for quite some time, all other maintainers are too busy with their jobs and private lives. But maintaining a project of this size is too much for a single person to handle in their free time. I would love to add more features, but contributions by one maintainer require a review by at least another one, so some of my own PRs have taken very long or have still not been reviewed, which has taken away from my motivation to spend time on this project as well. If there were more active maintainers, I would be willing to spend more time myself again. Regarding your PR: I would prefer to find out why the result is |
|
the reason is, that the decimalPart in the case for the number in the test already has an exponent, like this: 5.684341886080802e-14 so basically its about how you round and concatenate the number. i improved the test and fixed the code accordingly. |
This is a quick commit to fix a few NaN issues in SVG paths. This commit is not suitable for a PR, as it was created for a temporary use case. More context: opentypejs#797
i tried to use the 2.0 version / masterbranch for converting text into svg.
i ran into issues with NaN's in the svg paths.
this is my bugfix for it, including a test. sorry for the formatting issues.
why is this repo / project so abandoned?