[SOLUTION] Re: SVG to JPEG/PNG problems

2003-02-21 Thread Derek Hohls
Found the error: There was character "out of place" in the CSS file I am using for the SVG styling - something like .myStyle { color: red; 3$ } This resulted in a "Bad CSS" message being displayed (on the browser's status box - at the bottom in IE) when the image is displayed as SVG - BUT

Re: SVG to JPEG/PNG problems

2003-02-20 Thread Jens Maukisch
Hi, I am having problems getting the SVG serializer to correctly display my graphics as JPG/PNG - there no probs here :-) can you put the svg and the jpeg your cocoon generates somewhere, then i can test it here -- * best regards * Jens Maukisch

SVG to JPEG/PNG problems

2003-02-19 Thread Derek Hohls
I am having problems getting the SVG serializer to correctly display my graphics as JPG/PNG - there are no reported errors, and the conversion as a whole goes OK, but many of the colors do not display properly, font sizes and alignments are out and so on. What do I need to do to fix this??