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')); - -