Skip to main content

All Questions

0 votes
1 answer
391 views

How to invert an SVG image?

I’m searching for a solution (in Linux console) which “inverts” an SVG. It shall take an input .svg and generate output .svg with multiple shapes, each one filling a single transparent area. And vice ...
Ivanov's user avatar
  • 1
1 vote
0 answers
323 views

Cairo Converts SVG to Black and White

I am trying to convert an SVG into a PDF on the command line but both svg2pdf and cairosvg result in black and white images (the original is in colour). $ identify original.svg original.svg SVG 31x40 ...
Carlos's user avatar
  • 111
1 vote
1 answer
2k views

Add text via command line inkscape

I'm attempting to write a script that adds text to an svg image at a certain location. I'm aware that Inkscape has a very robust command interface but there doesn't seem to be much in the way of ...
neanderslob's user avatar
  • 1,395
11 votes
6 answers
23k views

How to install Uniconvertor (command-line app) on Mac OS 10.7.2 (Lion)?

Uniconvertor is a command-line tool that shares code with the sK1 Project. it's used to convert from one type of vector graphic file to another like this: uniconvertor before.eps after.svg I'm ...
RecentlyAFish's user avatar