Revision: 500
Author:
ryandesign.com
Date: Fri Sep 20 05:56:11 2013 UTC
Log: update test
http://code.google.com/p/canviz/source/detail?r=500
Modified:
/canviz/trunk/test/graphs/html-formatting.gv
=======================================
--- /canviz/trunk/test/graphs/html-formatting.gv Tue Sep 17 22:02:56 2013
UTC
+++ /canviz/trunk/test/graphs/html-formatting.gv Fri Sep 20 05:56:11 2013
UTC
@@ -1,15 +1,11 @@
graph {
- a [label=<
- <table>
- <tr>
- <td><b><b></b></td>
- <td><i><i></i></td>
- <td><u><u></u></td>
- <td><sub><sub></sub></td>
- <td><sup><sup></sup></td>
- <td><s><s></s></td>
- <td><s><u><s><u></u></s></td>
- </tr>
- </table>
- >, shape=none]
+ graph [nodesep=0.1]
+ node [height=0.1, shape=box, width=0.1]
+ <<b>> [label=<<b><b></b>>]
+ <<i>> [label=<<i><i></i>>]
+ <<sub>> [label=<<sub><sub></sub>>]
+ <<sup>> [label=<<sup><sup></sup>>]
+ <<u>> [label=<<u><u></u>>]
+ <<s>> [label=<<s><s></s>>]
+ <<u><s>> [label=<<u><s><u><s></s></u>>]
}