From fc0cff10c2db35d73b2295ef8ab321b664db5054 Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 7 Jun 2013 10:40:47 +0200 Subject: [PATCH] Created some screenshots from examples --- examples/graph/04_shapes.html | 2 +- ...09_automatic_sizing.html => 09_sizing.html} | 2 +- examples/graph/10_multiline_text.html | 8 ++++++++ examples/graph/15_dot_language_playground.html | 5 ++++- examples/graph/graphviz/data/world.gv.txt | 9 +-------- examples/graph/graphviz/graphviz_gallery.html | 16 +++++++++++----- examples/graph/graphviz/screenshots/fsm.png | Bin 0 -> 70809 bytes examples/graph/graphviz/screenshots/hello.png | Bin 0 -> 18000 bytes .../graph/graphviz/screenshots/softmaint.png | Bin 0 -> 267856 bytes .../graphviz/screenshots/traffic_lights.png | Bin 0 -> 59829 bytes 10 files changed, 26 insertions(+), 16 deletions(-) rename examples/graph/{09_automatic_sizing.html => 09_sizing.html} (98%) create mode 100644 examples/graph/graphviz/screenshots/fsm.png create mode 100644 examples/graph/graphviz/screenshots/hello.png create mode 100644 examples/graph/graphviz/screenshots/softmaint.png create mode 100644 examples/graph/graphviz/screenshots/traffic_lights.png diff --git a/examples/graph/04_shapes.html b/examples/graph/04_shapes.html index 70b4cb12..25b3f3ea 100755 --- a/examples/graph/04_shapes.html +++ b/examples/graph/04_shapes.html @@ -8,7 +8,7 @@ font: 10pt arial; } #mygraph { - width: 780px; + width: 100%; height: 600px; border: 1px solid lightgray; } diff --git a/examples/graph/09_automatic_sizing.html b/examples/graph/09_sizing.html similarity index 98% rename from examples/graph/09_automatic_sizing.html rename to examples/graph/09_sizing.html index c7facdf9..67a48f8e 100644 --- a/examples/graph/09_automatic_sizing.html +++ b/examples/graph/09_sizing.html @@ -1,7 +1,7 @@ - Graph | Automatic sizing + Graph | Sizing +