]> granicus.if.org Git - graphviz/commit
Add support for horizontal and vertical rules in html tables.
authorerg <devnull@localhost>
Fri, 8 Jul 2011 18:52:33 +0000 (18:52 +0000)
committererg <devnull@localhost>
Fri, 8 Jul 2011 18:52:33 +0000 (18:52 +0000)
commit070d24215a27219b33581c96c39e6e8811ba52a7
tree0c35e2c806e99a4c5276a393da9746945a665a69
parent8057e87c52983c0016ab73ee4193bc29537ee76d
Add support for horizontal and vertical rules in html tables.
Note that at present the width of the rules is only 1.
We also allow formatting information about rules to be supplied by
the columns and rows attributes of TABLE. This is limited now to just
specifying all or nothing. These could be extended to accept more
general specifications as used in tabular environment in LaTeX.
lib/common/Makefile.am
lib/common/htmllex.c
lib/common/htmlparse.y
lib/common/htmltable.c
lib/common/htmltable.h
lib/common/intset.c [new file with mode: 0644]
lib/common/intset.h [new file with mode: 0644]