Closed DmitryBaranovskiy closed 9 years ago
At this example you can clearly see the bug with 100%% being put as x attribute:
100%%
x
<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.
startOffset
confirmed fixed
At this example you can clearly see the bug with
100%%
being put asx
attribute:There is also a smaller issue with
startOffset
being put on tspan.