]> granicus.if.org Git - graphviz/commitdiff
antialias the images in info/
authorellson <devnull@localhost>
Wed, 24 Sep 2008 23:08:20 +0000 (23:08 +0000)
committerellson <devnull@localhost>
Wed, 24 Sep 2008 23:08:20 +0000 (23:08 +0000)
doc/infosrc/mkshapes.sh

index 3e962c2b39f704a072cc9c6e01e0f9fd7d6e969d..8804e51f6594ba30e38623805fbf83845bfb555f 100755 (executable)
@@ -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