-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Here's a list of things that should, but don't, render correctly (or aren't supported).
- Rendering openfl.svg is broken #13: background incorrectly translated
- SVGs which use
translate(x)(but noy): the SVG spec istranslate(x, [y = 0]). You get a warning on build, but it appears to display correctly. - SVGs that have a
viewBoxproperty on thesvgtag, but nowidthandheightproperties, are rendered with the default size of400x400instead of theviewBoxsize. - This sun SVG icon has a myriad of issues. Specifically, the path with
id="path9599"(orange circle background) appears correctly in many SVG viewers (Windows, Linux) but appears mis-translated to the right and down when the icon is rendered. (You can repro this by deleting everything from the icon except the rootgtag and thispathtag.) - Some features are not supported #23: text, gradients, and rotation
- Support dash lines #29: dashed lines.
- 3-character hex colors not working #31: three-character hex colours don't work
- Stroke-width not working #32: stroke width doesn't work
- Stroke thickness off by sqrt(2)/2 #35: Stroke thickness is off by ~sqrt(2)/2
- Parent/child object composition, properties, transforms, alpha, etc #38: Parent/child object relationships are broken
- Rotation doesn't work #41 Rotation doesn't work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels