Jon,
> With XEP, the text loses all formatting,
You're wrong here.
All the formatting defined inside the 'style' element is preserved.
> and is squashed together as shown in the attached pdf.
XEP doesn't support character-by-character placement in SVG text
elements as it is stated in our documentation. (See
http://www.renderx.com/reference.html#SVG for details).
It means that if an array is used in x, y, dx, dy, or rotate attributes
of <text> or <tspan> element (as in your case), only the first number
is considered.
The workaround is to replace each array in @x attributes of the 'tspan'
elements by the corresponding number of explicit 'tspan' elements.
Best regards,
Alexei Gagarinov
RenderX
--- www.renderx.com www.renderx.net ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.htmlReceived on Wed Sep 3 08:13:40 2008
This archive was generated by hypermail 2.1.8 : Wed Sep 03 2008 - 08:13:47 PDT