I have a simple question for those of you that use Adobe Illustrator to export SVG files. Is there a way to make it not create so many <tspan> tags when dealing with text?
I get output like this...
<tspan x="0" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">7:</tspan><tspan x="15.336" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">3</tspan><tspan x="25.607" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">0a</tspan><tspan x="47.254" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">-</tspan><tspan x="53.494" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">9:</tspan><tspan x="68.83" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">3</tspan><tspan x="79.101" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">0a</tspan>
... when all I would really like is this...
<tspan x="0" y="28.8" style="font-family:'BaileySansITC-Book'; font-size:24;">7:30a-9:30a</tspan>
Yes, I have all of the text in one text box in Illustrator, so that's not the problem.
Thanks!
.steve
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]