]> granicus.if.org Git - graphviz/commitdiff
Make sure shapes are generated using gd as cairo bitmaps contain a
authorerg <devnull@localhost>
Wed, 6 Aug 2008 21:10:34 +0000 (21:10 +0000)
committererg <devnull@localhost>
Wed, 6 Aug 2008 21:10:34 +0000 (21:10 +0000)
strange border.

doc/infosrc/mkshapes.sh

index 8804e51f6594ba30e38623805fbf83845bfb555f..3e962c2b39f704a072cc9c6e01e0f9fd7d6e969d 100755 (executable)
@@ -25,7 +25,7 @@ do
   echo "}" >&3
   exec 3>&-
 
-  dot -Tgif $s.dot > $s.gif
+  dot -Tgif:gd $s.dot > $s.gif
   rm -f $s.dot
 done