resvg icon indicating copy to clipboard operation
resvg copied to clipboard

Support SVG2 orient="auto-start-reverse"

Open yisibl opened this issue 2 years ago • 4 comments

  • Doc: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/orient
  • Test case:
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- arrowhead marker definition -->
    <marker id="arrow" viewBox="0 0 10 10" refX="5" refY="5"
        markerWidth="6" markerHeight="6"
        orient="auto-start-reverse">
      <path d="M 0 0 L 10 5 L 0 10 z" />
    </marker>
  </defs>

  <!-- Coordinate axes with a arrowhead in both direction -->
  <polyline points="10,10 10,90 90,90" fill="none" stroke="black"
   marker-start="url(#arrow)" marker-end="url(#arrow)"  />
</svg>

yisibl avatar Sep 15 '21 10:09 yisibl

librsvg 2.51.3 https://gitlab.gnome.org/GNOME/librsvg/-/issues/484

yisibl avatar Oct 08 '21 07:10 yisibl

Why are you posting this?

RazrFalcon avatar Oct 08 '21 07:10 RazrFalcon

It's just a mark, if it disturbs you, I can delete it.

yisibl avatar Oct 13 '21 14:10 yisibl

I'm not saying you should delete, but do not post it anymore.

RazrFalcon avatar Oct 13 '21 15:10 RazrFalcon

Is there any updates on this?

taylorh140 avatar Aug 24 '23 21:08 taylorh140

It will be done when it will be done.

RazrFalcon avatar Aug 25 '23 08:08 RazrFalcon