Skip to content

Fix bug in path parsing

Latest
Compare
Choose a tag to compare
@folkertdev folkertdev released this 14 Jun 17:24
· 17 commits to master since this release

There was an issue in parsing relative curve instructions with multiple arguments. The package normalizes the instructions by only allowing absolute instructions, and there was an error in the transformation. This has now been fixed.

Thanks to @unsoundscapes for reporting