For the record, the only way i could get this to work was to statically create a <defs><style> element with a CDATA section on it and setting only the value of the CDATA section dynamically.

Dynamically creating defs, style or CDATA node did not work.

Thanks
Jorg



Thomas DeWeese wrote:
Hi Jorg,

Jorg Heymans wrote:

Thanks i'll try this. Is it more efficient perhaps to have an inline style element rather than have the CSS elements externalized ?


   I don't think there is a significant difference (the only
real difference is that it needs to fetch the external stylesheet
vs getting it as part of the SVG Document).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to