-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
The processing of SVG elements occurs by type (in order: path, polyline, polygon, line, ellipse, circle, and rect) by calling doc.getElementsByTagName() for each type. This ends up returning the paths to the caller in a possibly very different order than they were specified in the original SVG file.
For simple lines, this typically isn't a problem but if some of those shapes are styled to "fill" then it is a big problem. For example, a rectangle at the bottom (e.g. a base color) will end up on top and obscure everything else.
DingJunyao and mdbenito
Metadata
Metadata
Assignees
Labels
No labels