From: erg Date: Thu, 22 Mar 2007 22:02:33 +0000 (+0000) Subject: Version 1.2 of xdot supporting images; X-Git-Tag: LAST_LIBGRAPH~32^2~5611 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fdab6c7719fd946bff3e91f562087178eb9475f;p=graphviz Version 1.2 of xdot supporting images; fixes to image code - various calculations were incorrect, use unscaled image. --- diff --git a/cmd/dotty/dotty_layout.lefty b/cmd/dotty/dotty_layout.lefty index 61c554ccc..c70eedacc 100644 --- a/cmd/dotty/dotty_layout.lefty +++ b/cmd/dotty/dotty_layout.lefty @@ -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;