diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-11 12:09:42 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-11 12:09:42 +0800 |
commit | a8a6530d731fd53bb8ea24cf33953aad59d6ee70 (patch) | |
tree | 13c3f1d4f454ecd39f1a51028b8052879d4bf7b6 /graphics/Makefile | |
parent | eb00a89c9b806506c2c1d0e1c3769772ee9dcebb (diff) | |
download | freebsd-ports-gnome-a8a6530d731fd53bb8ea24cf33953aad59d6ee70.tar.gz freebsd-ports-gnome-a8a6530d731fd53bb8ea24cf33953aad59d6ee70.tar.zst freebsd-ports-gnome-a8a6530d731fd53bb8ea24cf33953aad59d6ee70.zip |
Add graphics/svg2png
Render an SVG image to a PNG image (using cairo)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 53545d52f454..7987e89f9fda 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -492,6 +492,7 @@ SUBDIR += sodipodi SUBDIR += springgraph SUBDIR += stamp + SUBDIR += svg2png SUBDIR += svg2swf SUBDIR += svgalib SUBDIR += swfdec |