.svg problems
Posted: 2009-01-23T13:40:55-07:00
Hi,
I am trying to convert a .svg image to a .bmp image of the same name. Using the command "convert -size 44 file.svg file.bmp" doesn't do a very good job, even using the +antialias option does not preserve the image integrity or quality. Using the command "convert -density 7.2 + antialias file.svg file.bmp" produces better results. The .svg file is not complex, am I just using the wrong command? or missing an option? This is an example of the type of .svg file I am trying to convert. Any help is appreciated.
I am trying to convert a .svg image to a .bmp image of the same name. Using the command "convert -size 44 file.svg file.bmp" doesn't do a very good job, even using the +antialias option does not preserve the image integrity or quality. Using the command "convert -density 7.2 + antialias file.svg file.bmp" produces better results. The .svg file is not complex, am I just using the wrong command? or missing an option? This is an example of the type of .svg file I am trying to convert. Any help is appreciated.
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!-- SVG content generated using Symbology Configuration Management System (SCMS) -->
<!-- Systematic Software Engineering Ltd. - www.systematic.co.uk - do not remove -->
<svg id="SUAP-----------" width="400px" height="400px" viewBox="0 0 400 400">
<g >
<svg viewBox="0 0 400 400" id="_0.SUA------------" width="400px" height="400px"><path d="M285 320 C410 320 410 115 285 115 C285 -24 115 -24 115 115 C-10 115 -10 320 115 320" style="fill:rgb(255,255,128);stroke:rgb(0,0,0);stroke-width:10"></path>
</svg>
</g>
</svg>