Inkscape Community
Help Using Inkscape => Beyond the Basics => Topic started 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
-
Make it xlink:href and it'll work.
-
Thank you very much, it worked perfectly!
-
You're welcome!