adobe-research / svgObjectModelGenerator

SVG OM Generator & Writer
Apache License 2.0
49 stars 20 forks source link

100%% #130

Closed DmitryBaranovskiy closed 9 years ago

DmitryBaranovskiy commented 9 years ago

At this example you can clearly see the bug with 100%% being put as x attribute:

  <text x="100%%" class="cls-3"><textPath xlink:href="#text-path-6" startOffset="100%">
    <tspan x="100%" startOffset="100%" class="cls-20">Text path</tspan>
  </textPath></text>

There is also a smaller issue with startOffset being put on tspan.

imaderyc commented 9 years ago

confirmed fixed