changing fill color in an SVG before antialiasing
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: changing fill color in an SVG before antialiasing
I am no expert on SVG, but I think it is an editable text file with XML codes inside. You probably could find the codes for the colors you want to change and edit them and save, then convert to png with IM.
Re: changing fill color in an SVG before antialiasing
A proper solution would be to take the command line settings and create a CSS to apply to the SVG when it is rendered. However this feature is not currently supported.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: changing fill color in an SVG before antialiasing
Also IM will always render a SVG as a raster image, as IM is a raster image processor.
You are better off looking for a SVG editor and changing things so that it remains a SVG.
See A word about Vector Image formats
You are better off looking for a SVG editor and changing things so that it remains a SVG.
See A word about Vector Image formats
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/