Search found 2 matches

by jmthomas
2011-02-21T08:33:54-07:00
Forum: Bugs
Topic: SVG rendering errors (linux)
Replies: 4
Views: 15168

SVG rendering errors (linux)

When I run 'covert.exe -list format' I see this:
SVG SVG rw+ Scalable Vector Graphics (XML 2.4.19)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.4.19)

So I guess that means I'm using the internal renderer? I'm on Windows XP and ultimately am trying to compile this against the RMagick ...
by jmthomas
2011-02-18T13:30:39-07:00
Forum: Bugs
Topic: SVG rendering errors
Replies: 2
Views: 8728

SVG rendering errors

The following SVG file generated from the HighCharts javascript library does not render correctly. The x and y axis labels are all messed up and the <circle> elements don't render at all.


<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1010" height="400">
<defs>
<clipPath id ...