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

Robustness issues #59

Open
LaurenzV opened this issue Jan 29, 2025 · 0 comments
Open

Robustness issues #59

LaurenzV opened this issue Jan 29, 2025 · 0 comments

Comments

@LaurenzV
Copy link

The following SVG path:

<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg">
    <path id="path20357-42-32-9-0" fill="none" stroke="#70551f"
          stroke-width="8"
          d="M 126 32
             C 126 13 122 63 105 96
             C 92 122 43.5625 161 43 161
             C 70 162 88 151 96 149"/>
</svg>

renders as follows in Firefox:

Image

when flattening it using this crate, the resulting line segments look as follows:

Image
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

1 participant