0

I have this JSfiddle.

This is basically a SVG with animation. As seen in the text it says "Introducing Canadian Crude Oil Index ETF". I want to change it to be "Introducing Canadian Oil and GAS ETFs".

Obviously, I can play around with the numbers in the d tag for each letter to change it but that seems like a waste of time. Is there a quick way to do this? Any tools which can generate similar svg or tools that can take this svg and give me the ability to modify it then generate it again?

Kafo
  • 3,568
  • 1
  • 12
  • 19
  • 1
    You can just use a graphics editor, for example Inkscape. Paste the whole `` element (or just the opening+closing tag and elements you want to edit) into separate text file, open in Inkscape, edit, save changes, paste back to the HTML. – pawel Oct 25 '16 at 18:36
  • Thanks! I will give it a try. – Kafo Oct 25 '16 at 18:58
  • Inkscape fails to open the txt file containing , Should it be in a different format? – Kafo Oct 25 '16 at 19:07
  • 1
    Ya you've got some unclosed group tag or something, hence the error. In reality the designer should have just made the image graphic and used actual text/css to style the words/letters. Wish I had time to help find the exact culprit but that's not a small one, good luck. – Chris W. Oct 25 '16 at 20:11
  • Ya I just took a quick peek, that file has a bunch of problems with open/unclosed group tags. It would take awhile to repair it amigo, sorry. – Chris W. Oct 25 '16 at 20:16

0 Answers0