[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 - BU

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??  

SVG to JPEG

2002-02-08 Thread Colin Hall
Hi all, I am trying to generate a JPEG image from SVG. I can get this to work if I generate the source SVG, save it to disk and then put the source file through the svgtojpeg serializer. In other words, it appears that the svgtojpeg serialzer will work in this instance. The problem is that in r