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
but the optimized version creates only one arrowhead: <path d="M10 10h50M10 50h50" stroke="#000" marker-end="url(#arrowhead_end)"/>
Everythink works well if --disable=mergePaths is used. Consequence: As long as a path element uses marker-end or marker-start it shall be omitted from the optimized path.
The text was updated successfully, but these errors were encountered:
I don't have the same exact issue, but creating a way for mergePaths to be explicitly avoided would be nice. Something like disable comments (like // eslint-disable) or some attribute that can be unique per path.
The two path elements create two arrowheads:
but the optimized version creates only one arrowhead:
<path d="M10 10h50M10 50h50" stroke="#000" marker-end="url(#arrowhead_end)"/>
Everythink works well if
--disable=mergePaths
is used. Consequence: As long as a path element usesmarker-end
ormarker-start
it shall be omitted from the optimized path.The text was updated successfully, but these errors were encountered: