GNOME Bugzilla – Bug 777854
Marker angle is incorrect for closepath vertex
Last modified: 2017-12-13 18:26:11 UTC
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 64"> <marker id="marker" viewBox="0 -1 4 2" orient="auto"> <path fill="#080" d="M 0 -1 L 4 0 0 1" /> </marker> <g marker-mid="url(#marker)" marker-end="url(#marker)"> <path stroke-width="4" stroke="red" fill="none" d="M12,12h40v40h-40z"/> <path stroke-width="4" stroke="red" fill="none" d="M76,12v40h40v-40z"/> </g> </svg> In the two cases above, the marker at the top-left vertex has an incorrect angle. We are not considering closepath correctly: the incoming and outgoing vectors are specified in https://www.w3.org/TR/SVG/painting.html#OrientAttribute
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/librsvg/issues/161.