Hm. My code does almost the same as the svg import code does (well, i copied from there ;)), so if you import you should get the same symptops, right?
No, import does not prepend svg: for some reason (just tested).
_________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2f...
Hi
On Di, Dez 23, 2003 at 01:37:53 +0000, bulia byak wrote:
Hm. My code does almost the same as the svg import code does (well, i copied from there ;)), so if you import you should get the same symptops, right?
No, import does not prepend svg: for some reason (just tested).
Okay, had to change
rnewdoc = sp_repr_read_mem (svgdata, data->length, NULL);
to
rnewdoc = sp_repr_read_mem (svgdata, data->length, SP_SVG_NS_URI);
now it should behave exactly like the import function. Updated patch attached and posted to the tracker. Works for me ;)
Alex
participants (2)
-
Alexander Clausen
-
bulia byak