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

SVG Paths DOM interface is underspecified #964

Open
longsonr opened this issue Jan 10, 2025 · 0 comments
Open

SVG Paths DOM interface is underspecified #964

longsonr opened this issue Jan 10, 2025 · 0 comments

Comments

@longsonr
Copy link

  • normalize in SVGPathDataSettings does not go into any details about how it works. An algorithm detailing how normalisation works, particularly for elliptical arcs might well improve interoperability.
  • setPathData what happens if the path data cannot be completely parsed. Do we (like for markup) parse till we get an error? Do we silently ignore subsequent data?
  • SVGPathSegment is [NoInterfaceObject] so how is one supposed to create additional path segments e.g. to make a path longer in javascript?
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