Package: graphviz
Version: 2.20.2
Severity: normal
Html tables fail on large COLSPAN values in digraph html table
The provided test.dot gives incorrect output image, but when i reduce
the COLSPAN values to a tenth (90, 50, 20, 20), a correctly formatted
image is produced
digraph html {
abc [shape=none, margin=0, label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
<TR>
<TD COLSPAN="900">10</TD>
</TR>
<TR>
<TD COLSPAN="500">5</TD>
<TD COLSPAN="200">2</TD>
<TD COLSPAN="200">2</TD>
</TR>
</TABLE>>];
}
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]