]> granicus.if.org Git - graphviz/commitdiff
Version 1.2 of xdot supporting images;
authorerg <devnull@localhost>
Thu, 22 Mar 2007 22:02:33 +0000 (22:02 +0000)
committererg <devnull@localhost>
Thu, 22 Mar 2007 22:02:33 +0000 (22:02 +0000)
fixes to image code - various calculations were incorrect,
use unscaled image.

cmd/dotty/dotty_layout.lefty

index 61c554ccc14fc3ff36b6328e09979d931d3f1b09..c70eedacc4fc6b5c5af97f04acfe509506812f90 100644 (file)
@@ -436,6 +436,8 @@ dotty.protogt.unpackdraw = function (gt, attr) {
                 } else
                     continue;
             }
+        } else if (t[i] == 'I') {
+            i = i + 7;
         } else {
             dotty.message (0, concat ('draw language parser error: ', t[i]));
             return null;