From 42274bff4cecce589671ea6c0832423126269681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 12 Feb 2013 15:08:48 -0800 Subject: [PATCH] Clean up examples HTML. --- examples/JSON/Gradients.html | 2 +- examples/SVG Export/Circle Testing.html | 6 +++--- examples/SVG Export/Compound Path.html | 6 +++--- examples/SVG Export/Empty Path Testing.html | 6 +++--- examples/SVG Export/Gradients.html | 4 ++-- examples/SVG Export/Group Transform.html | 6 +++--- examples/SVG Export/Line Testing.html | 6 +++--- examples/SVG Export/Random Path Testing.html | 6 +++--- examples/SVG Export/Raster.html | 4 ++-- examples/SVG Export/Rect and Attribute Testing.html | 6 +++--- examples/SVG Export/Rotated Primitives.html | 4 ++-- examples/SVG Export/Symbols.html | 4 ++-- examples/SVG Export/Text Testing.html | 4 ++-- examples/SVG Export/Tiger.html | 4 ++-- examples/SVG Export/Transform Test 1.html | 6 +++--- examples/SVG Export/Transform Test 2.html | 6 +++--- examples/SVG Import/Circle and Ellipse Testing.html | 6 +++--- examples/SVG Import/Gradients.html | 4 ++-- examples/SVG Import/Line Testing.html | 6 +++--- examples/SVG Import/Multiple Paths Test 1.html | 4 ++-- examples/SVG Import/Multiple Paths Test 2.html | 6 +++--- examples/SVG Import/Nested Groups Test.html | 6 +++--- examples/SVG Import/Rect Testing.html | 6 +++--- examples/SVG Import/Symbols.html | 2 +- examples/SVG Import/Testing.html | 4 ++-- examples/SVG Import/Text Testing.html | 2 +- examples/SVG Import/Transform Testing.html | 6 +++--- 27 files changed, 66 insertions(+), 66 deletions(-) diff --git a/examples/JSON/Gradients.html b/examples/JSON/Gradients.html index ca8bcdd8..50118981 100644 --- a/examples/JSON/Gradients.html +++ b/examples/JSON/Gradients.html @@ -20,7 +20,7 @@ Base.fromJson(window._json); - + diff --git a/examples/SVG Export/Circle Testing.html b/examples/SVG Export/Circle Testing.html index 02f84626..b6f74094 100644 --- a/examples/SVG Export/Circle Testing.html +++ b/examples/SVG Export/Circle Testing.html @@ -24,8 +24,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Compound Path.html b/examples/SVG Export/Compound Path.html index dcb29f35..62a92e88 100644 --- a/examples/SVG Export/Compound Path.html +++ b/examples/SVG Export/Compound Path.html @@ -14,8 +14,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Empty Path Testing.html b/examples/SVG Export/Empty Path Testing.html index 1d5d60c6..0d5e31fb 100644 --- a/examples/SVG Export/Empty Path Testing.html +++ b/examples/SVG Export/Empty Path Testing.html @@ -20,8 +20,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Gradients.html b/examples/SVG Export/Gradients.html index 0ac4b391..0035e482 100644 --- a/examples/SVG Export/Gradients.html +++ b/examples/SVG Export/Gradients.html @@ -16,8 +16,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - + - + \ No newline at end of file diff --git a/examples/SVG Export/Group Transform.html b/examples/SVG Export/Group Transform.html index 1568ff20..ee820a14 100644 --- a/examples/SVG Export/Group Transform.html +++ b/examples/SVG Export/Group Transform.html @@ -17,8 +17,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Line Testing.html b/examples/SVG Export/Line Testing.html index efa75b05..d83c321e 100644 --- a/examples/SVG Export/Line Testing.html +++ b/examples/SVG Export/Line Testing.html @@ -33,8 +33,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Random Path Testing.html b/examples/SVG Export/Random Path Testing.html index 0c48b7a7..bbc7d7d8 100644 --- a/examples/SVG Export/Random Path Testing.html +++ b/examples/SVG Export/Random Path Testing.html @@ -31,8 +31,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Raster.html b/examples/SVG Export/Raster.html index eeb8af62..54f45902 100644 --- a/examples/SVG Export/Raster.html +++ b/examples/SVG Export/Raster.html @@ -12,9 +12,9 @@ document.getElementById('svg').appendChild(project.exportSvg()); - + - + \ No newline at end of file diff --git a/examples/SVG Export/Rect and Attribute Testing.html b/examples/SVG Export/Rect and Attribute Testing.html index abb8b420..125eb8a9 100644 --- a/examples/SVG Export/Rect and Attribute Testing.html +++ b/examples/SVG Export/Rect and Attribute Testing.html @@ -45,8 +45,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Rotated Primitives.html b/examples/SVG Export/Rotated Primitives.html index e315647b..c6bd39ca 100644 --- a/examples/SVG Export/Rotated Primitives.html +++ b/examples/SVG Export/Rotated Primitives.html @@ -33,8 +33,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - + - + \ No newline at end of file diff --git a/examples/SVG Export/Symbols.html b/examples/SVG Export/Symbols.html index 5b7f6300..92ffda18 100644 --- a/examples/SVG Export/Symbols.html +++ b/examples/SVG Export/Symbols.html @@ -19,8 +19,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - + - + \ No newline at end of file diff --git a/examples/SVG Export/Text Testing.html b/examples/SVG Export/Text Testing.html index c79a6065..e9577359 100644 --- a/examples/SVG Export/Text Testing.html +++ b/examples/SVG Export/Text Testing.html @@ -37,8 +37,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - + - + \ No newline at end of file diff --git a/examples/SVG Export/Tiger.html b/examples/SVG Export/Tiger.html index 801be865..4a0f1cb8 100644 --- a/examples/SVG Export/Tiger.html +++ b/examples/SVG Export/Tiger.html @@ -15,8 +15,8 @@ console.log('Export SVG', Date.now() - start); - + - + \ No newline at end of file diff --git a/examples/SVG Export/Transform Test 1.html b/examples/SVG Export/Transform Test 1.html index 24de71a0..00959c0e 100644 --- a/examples/SVG Export/Transform Test 1.html +++ b/examples/SVG Export/Transform Test 1.html @@ -21,8 +21,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Export/Transform Test 2.html b/examples/SVG Export/Transform Test 2.html index 0e0e38be..a0a4c716 100644 --- a/examples/SVG Export/Transform Test 2.html +++ b/examples/SVG Export/Transform Test 2.html @@ -19,8 +19,8 @@ document.getElementById('svg').appendChild(project.exportSvg()); - - - + + + \ No newline at end of file diff --git a/examples/SVG Import/Circle and Ellipse Testing.html b/examples/SVG Import/Circle and Ellipse Testing.html index b214dcfb..2f71aef3 100644 --- a/examples/SVG Import/Circle and Ellipse Testing.html +++ b/examples/SVG Import/Circle and Ellipse Testing.html @@ -9,8 +9,8 @@ project.importSvg(document.getElementById('svg')); - - + + @@ -21,6 +21,6 @@ - + \ No newline at end of file diff --git a/examples/SVG Import/Gradients.html b/examples/SVG Import/Gradients.html index 2ec26a05..db92214a 100644 --- a/examples/SVG Import/Gradients.html +++ b/examples/SVG Import/Gradients.html @@ -10,7 +10,7 @@ + width="500" height="1000px" enable-background="new 0 0 595.28 841.89" xml:space="preserve"> @@ -102,6 +102,6 @@ - + \ No newline at end of file diff --git a/examples/SVG Import/Line Testing.html b/examples/SVG Import/Line Testing.html index 1580f94e..0880daf2 100644 --- a/examples/SVG Import/Line Testing.html +++ b/examples/SVG Import/Line Testing.html @@ -9,8 +9,8 @@ project.importSvg(document.getElementById('svg')); - - + + @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/examples/SVG Import/Multiple Paths Test 1.html b/examples/SVG Import/Multiple Paths Test 1.html index ede9839b..3f4e18a7 100644 --- a/examples/SVG Import/Multiple Paths Test 1.html +++ b/examples/SVG Import/Multiple Paths Test 1.html @@ -10,7 +10,7 @@ - + @@ -37,6 +37,6 @@ I love SVG - + \ No newline at end of file diff --git a/examples/SVG Import/Multiple Paths Test 2.html b/examples/SVG Import/Multiple Paths Test 2.html index 8b6dae3b..b26472bd 100644 --- a/examples/SVG Import/Multiple Paths Test 2.html +++ b/examples/SVG Import/Multiple Paths Test 2.html @@ -9,8 +9,8 @@ project.importSvg(document.getElementById('svg')); - - + + @@ -28,6 +28,6 @@ C - + \ No newline at end of file diff --git a/examples/SVG Import/Nested Groups Test.html b/examples/SVG Import/Nested Groups Test.html index 2dd81a1f..46e72434 100644 --- a/examples/SVG Import/Nested Groups Test.html +++ b/examples/SVG Import/Nested Groups Test.html @@ -9,8 +9,8 @@ project.importSvg(document.getElementById('svg')); - - + + @@ -73,6 +73,6 @@ - + \ No newline at end of file diff --git a/examples/SVG Import/Rect Testing.html b/examples/SVG Import/Rect Testing.html index aa4db2f0..ddc9f6ea 100644 --- a/examples/SVG Import/Rect Testing.html +++ b/examples/SVG Import/Rect Testing.html @@ -9,8 +9,8 @@ project.importSvg(document.getElementById('svg')); - - + + @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/examples/SVG Import/Symbols.html b/examples/SVG Import/Symbols.html index 965a7c7f..1dc58a62 100644 --- a/examples/SVG Import/Symbols.html +++ b/examples/SVG Import/Symbols.html @@ -9,7 +9,7 @@ project.importSvg(document.getElementById('svg')); - + diff --git a/examples/SVG Import/Testing.html b/examples/SVG Import/Testing.html index c15762b2..03a7a25f 100644 --- a/examples/SVG Import/Testing.html +++ b/examples/SVG Import/Testing.html @@ -9,8 +9,8 @@ project.importSvg(document.getElementById('svg')); - - + + diff --git a/examples/SVG Import/Text Testing.html b/examples/SVG Import/Text Testing.html index 16385370..3e8fb1d6 100644 --- a/examples/SVG Import/Text Testing.html +++ b/examples/SVG Import/Text Testing.html @@ -10,7 +10,7 @@ - + Plain SVG Text Rotated SVG Text diff --git a/examples/SVG Import/Transform Testing.html b/examples/SVG Import/Transform Testing.html index 1981790c..c7a0e01d 100644 --- a/examples/SVG Import/Transform Testing.html +++ b/examples/SVG Import/Transform Testing.html @@ -9,14 +9,14 @@ project.importSvg(document.getElementById('svg')); - - + + - + \ No newline at end of file