From: ellson Date: Wed, 24 Sep 2008 23:08:20 +0000 (+0000) Subject: antialias the images in info/ X-Git-Tag: LAST_LIBGRAPH~32^2~3333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d983c17dd63e0cb640c938d60cd4b5f411ae87;p=graphviz antialias the images in info/ --- diff --git a/doc/infosrc/mkshapes.sh b/doc/infosrc/mkshapes.sh index 3e962c2b3..8804e51f6 100755 --- a/doc/infosrc/mkshapes.sh +++ b/doc/infosrc/mkshapes.sh @@ -25,7 +25,7 @@ do echo "}" >&3 exec 3>&- - dot -Tgif:gd $s.dot > $s.gif + dot -Tgif $s.dot > $s.gif rm -f $s.dot done