The short story is that this would print correctly except as a bitmap:
http://home.earthlink.net/~tyrerj/files/OG/ogp_open_window_logo_0.svgz
This appears to be an inherent problem with PostScript, but I'm not certain about this. If so, it would be necessary to first transform the SVG file into one that could be converted to PostScript vector format.
I also tried the blur filter and had the same problem, it won't convert to PostScript vector format.
James Richard Tyrer wrote:
The short story is that this won't print correctly except as a bitmap:
http://home.earthlink.net/~tyrerj/files/OG/ogp_open_window_logo_0.svgz
This appears to be an inherent problem with PostScript, but I'm not certain about this. If so, it would be necessary to first transform the SVG file into one that could be converted to PostScript vector format.
There appears to be a difference in the way that PostScript and SVG handle gradients.
IIUC, this is how the PS output should be:
http://home.earthlink.net/~tyrerj/files/OG/ogp_open_window_logo-FIXED.ps
The difference is that with SVG that the repeat is implicit and handled by the SVG interpreter. With PS, the repeat must be explicit so the PS output generator is going to have to do it.
participants (1)
-
James Richard Tyrer