From 04a13bce1966ffbeb7fa6c36daae17311a2fea04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 6 Mar 2011 14:59:11 +0000 Subject: [PATCH] Add strokeBounds example, and a test for stroke transformation with symbols. --- examples/Scripts/roundSymbol.html | 50 ++++++++++++ examples/Scripts/strokeBounds.html | 127 +++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+) create mode 100644 examples/Scripts/roundSymbol.html create mode 100644 examples/Scripts/strokeBounds.html diff --git a/examples/Scripts/roundSymbol.html b/examples/Scripts/roundSymbol.html new file mode 100644 index 00000000..e8cf0246 --- /dev/null +++ b/examples/Scripts/roundSymbol.html @@ -0,0 +1,50 @@ + + + + + Example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Scripts/strokeBounds.html b/examples/Scripts/strokeBounds.html new file mode 100644 index 00000000..76077584 --- /dev/null +++ b/examples/Scripts/strokeBounds.html @@ -0,0 +1,127 @@ + + + + + Example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file