From e477c49d1e25e022740b38ff624891cf1e896368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 11 Feb 2013 19:23:21 -0800 Subject: [PATCH] Add a couple of JSON examples. For now just the old SVG ones ported over, but we do need better ones. --- examples/JSON/Circle Testing.html | 34 +++++++++++ examples/JSON/Compound Path.html | 25 +++++++++ examples/JSON/Empty Path Testing.html | 31 ++++++++++ examples/JSON/Gradients.html | 27 +++++++++ examples/JSON/Group Transform.html | 28 ++++++++++ examples/JSON/Line Testing.html | 44 +++++++++++++++ examples/JSON/Random Path Testing.html | 42 ++++++++++++++ examples/JSON/Raster.html | 29 ++++++++++ examples/JSON/Rect and Attribute Testing.html | 56 +++++++++++++++++++ examples/JSON/Rotated Primitives.html | 44 +++++++++++++++ examples/JSON/Symbols.html | 30 ++++++++++ examples/JSON/Text Testing.html | 38 +++++++++++++ examples/JSON/Transform Test 1.html | 32 +++++++++++ examples/JSON/Transform Test 2.html | 30 ++++++++++ 14 files changed, 490 insertions(+) create mode 100644 examples/JSON/Circle Testing.html create mode 100644 examples/JSON/Compound Path.html create mode 100644 examples/JSON/Empty Path Testing.html create mode 100644 examples/JSON/Gradients.html create mode 100644 examples/JSON/Group Transform.html create mode 100644 examples/JSON/Line Testing.html create mode 100644 examples/JSON/Random Path Testing.html create mode 100644 examples/JSON/Raster.html create mode 100644 examples/JSON/Rect and Attribute Testing.html create mode 100644 examples/JSON/Rotated Primitives.html create mode 100644 examples/JSON/Symbols.html create mode 100644 examples/JSON/Text Testing.html create mode 100644 examples/JSON/Transform Test 1.html create mode 100644 examples/JSON/Transform Test 2.html diff --git a/examples/JSON/Circle Testing.html b/examples/JSON/Circle Testing.html new file mode 100644 index 00000000..403d09aa --- /dev/null +++ b/examples/JSON/Circle Testing.html @@ -0,0 +1,34 @@ + + + + + Circle Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Compound Path.html b/examples/JSON/Compound Path.html new file mode 100644 index 00000000..75a3c7c7 --- /dev/null +++ b/examples/JSON/Compound Path.html @@ -0,0 +1,25 @@ + + + + + Compound Path + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Empty Path Testing.html b/examples/JSON/Empty Path Testing.html new file mode 100644 index 00000000..03e51a54 --- /dev/null +++ b/examples/JSON/Empty Path Testing.html @@ -0,0 +1,31 @@ + + + + + Empty Path Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Gradients.html b/examples/JSON/Gradients.html new file mode 100644 index 00000000..ca8bcdd8 --- /dev/null +++ b/examples/JSON/Gradients.html @@ -0,0 +1,27 @@ + + + + + Gradients + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Group Transform.html b/examples/JSON/Group Transform.html new file mode 100644 index 00000000..e06543b8 --- /dev/null +++ b/examples/JSON/Group Transform.html @@ -0,0 +1,28 @@ + + + + + Group Transform + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Line Testing.html b/examples/JSON/Line Testing.html new file mode 100644 index 00000000..7d6bb9bf --- /dev/null +++ b/examples/JSON/Line Testing.html @@ -0,0 +1,44 @@ + + + + + Line Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Random Path Testing.html b/examples/JSON/Random Path Testing.html new file mode 100644 index 00000000..15642aec --- /dev/null +++ b/examples/JSON/Random Path Testing.html @@ -0,0 +1,42 @@ + + + + + Random Path Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Raster.html b/examples/JSON/Raster.html new file mode 100644 index 00000000..6f95b7e3 --- /dev/null +++ b/examples/JSON/Raster.html @@ -0,0 +1,29 @@ + + + + + Raster + + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Rect and Attribute Testing.html b/examples/JSON/Rect and Attribute Testing.html new file mode 100644 index 00000000..602f01ff --- /dev/null +++ b/examples/JSON/Rect and Attribute Testing.html @@ -0,0 +1,56 @@ + + + + + Rectangle Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Rotated Primitives.html b/examples/JSON/Rotated Primitives.html new file mode 100644 index 00000000..c8ab92fa --- /dev/null +++ b/examples/JSON/Rotated Primitives.html @@ -0,0 +1,44 @@ + + + + + Rotated Primitives + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Symbols.html b/examples/JSON/Symbols.html new file mode 100644 index 00000000..8243ff99 --- /dev/null +++ b/examples/JSON/Symbols.html @@ -0,0 +1,30 @@ + + + + + Symbols + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Text Testing.html b/examples/JSON/Text Testing.html new file mode 100644 index 00000000..b07725c4 --- /dev/null +++ b/examples/JSON/Text Testing.html @@ -0,0 +1,38 @@ + + + + + Text Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Transform Test 1.html b/examples/JSON/Transform Test 1.html new file mode 100644 index 00000000..0a132958 --- /dev/null +++ b/examples/JSON/Transform Test 1.html @@ -0,0 +1,32 @@ + + + + + Transform Testing + + + + + + + + + + \ No newline at end of file diff --git a/examples/JSON/Transform Test 2.html b/examples/JSON/Transform Test 2.html new file mode 100644 index 00000000..6e6cdd1a --- /dev/null +++ b/examples/JSON/Transform Test 2.html @@ -0,0 +1,30 @@ + + + + + Rectangle Testing + + + + + + + + + + \ No newline at end of file