You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the text-anchor and startOffset fields to be on the <textPath> tag instead of the <text> tag. How would I make that happen? Is there a way to define the two tags separately?
The text was updated successfully, but these errors were encountered:
@ajstarks I know you have been focused on other libraries / projects (and I considered using one of them instead, but it doesn't cover all of my needs right now. Mainly text along a path), but I would love to have your opinion on the changes I proposed in the above PR.
Code like this:
Results in this xml:
I want the
text-anchor
andstartOffset
fields to be on the<textPath>
tag instead of the<text>
tag. How would I make that happen? Is there a way to define the two tags separately?The text was updated successfully, but these errors were encountered: