After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777854 - Marker angle is incorrect for closepath vertex
Marker angle is incorrect for closepath vertex
Status: RESOLVED OBSOLETE
Product: librsvg
Classification: Core
Component: general
2.41.x
Other All
: Normal normal
: ---
Assigned To: Juraj Fiala
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-27 20:33 UTC by Federico Mena Quintero
Modified: 2017-12-13 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Federico Mena Quintero 2017-01-27 20:33:44 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
Comment 1 GNOME Infrastructure Team 2017-12-13 18:26:11 UTC
-- 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.