linebender / resvg

An SVG rendering library.
Apache License 2.0
2.85k stars 228 forks source link

Node's bounding box should not include markers #701

Open RazrFalcon opened 10 months ago

RazrFalcon commented 10 months ago

Right now, usvg would always flatten markers, therefore they will contribute to object bbox calculation. Which is incorrect.

But layer bounding box should include markers.