Simple example: I draw a horizontal, 1000px line in Illustrator (tried in CS5 & CS6) and put a text on it. I drag the starting point of the text on the path to 250px.
When I export to SVG, I would expect Illustrator to set the 'startOffset'-Attribute of the textPath tag to 25%. Instead, it's somewhere around 32% (a third??).
When I drag the text to 500px, however, 'startOffset' is set to 50% as expected.
At 750px, the attribute will be 67%.
The problem is that, viewing the SVG in Firefox, the text is displayed at a different position as it seems to apply the percentage in a linear way. So 32% really means 320px and not 250px the way Illustrator seems to calculate it...
Am I missing something here? Or does anybody know a way to recalculate the percentage so it's displayed correctly in SVG?
Thx for any help