Inkscape Community

Help Using Inkscape => Beyond the Basics => Topic started by: unloco on July 19, 2018, 05:16:00 PM

Title: Curved text works on Chrome but not on Inkscape
Post by: unloco on July 19, 2018, 05:16:00 PM
Hi,

I have this simple curved text that I'm generating with JavaScript, it works fine on Chrome but gives no good result when tested on Inkscape
What am I doing wrong here? Am I missing something obvious?

Here's the code to reproduce the issue
https://jsfiddle.net/nwf95o7y/2/
I also attached the same code as an SVG file

Please help

Thank you
Title: Re: Curved text works on Chrome but not on Inkscape
Post by: Moini on July 20, 2018, 06:11:29 AM
Make it xlink:href and it'll work.
Title: Re: Curved text works on Chrome but not on Inkscape
Post by: unloco on July 20, 2018, 09:36:33 AM
Thank you very much, it worked perfectly!
Title: Re: Curved text works on Chrome but not on Inkscape
Post by: Moini on July 20, 2018, 05:55:46 PM
You're welcome!