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
I know you're thinking of deprecating this package, but just wanted to report my findings upstream since I took your code.
In section $8.3.6 of the SVG 1.1 specifications, it describes the s/S commands are smooth cubic bezier curves. However, pixi-svg treats them as quadratic bezier curves.
I know you're thinking of deprecating this package, but just wanted to report my findings upstream since I took your code.
In section $8.3.6 of the SVG 1.1 specifications, it describes the s/S commands are smooth cubic bezier curves. However, pixi-svg treats them as quadratic bezier curves.
I implemented them here if you need them:
https://github.com/SukantPal/pixi-essentials/blob/eb0c4a91a1b8f47d831e68fdf189ee23e628079b/packages/svg/src/SVGPathNode.ts#L187
The text was updated successfully, but these errors were encountered: