From 980b772cea231ead92acbf193e5bf9c9149da1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 28 Feb 2013 17:26:27 -0800 Subject: [PATCH] Add Polybezier SVG example. --- examples/SVG Import/Polybezier.html | 43 +++++++++++++++++++++++++++++ examples/SVG Import/Viewbox.html | 4 +-- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 examples/SVG Import/Polybezier.html diff --git a/examples/SVG Import/Polybezier.html b/examples/SVG Import/Polybezier.html new file mode 100644 index 00000000..814a7ed1 --- /dev/null +++ b/examples/SVG Import/Polybezier.html @@ -0,0 +1,43 @@ + + + + + Rect Testing + + + + + + + + + + + + + + + + + + + + M100,200 C100,100 250,100 250,200 + S400,300 400,200 + + + + \ No newline at end of file diff --git a/examples/SVG Import/Viewbox.html b/examples/SVG Import/Viewbox.html index 6d37d439..520dfba9 100644 --- a/examples/SVG Import/Viewbox.html +++ b/examples/SVG Import/Viewbox.html @@ -10,7 +10,7 @@ - Example ViewBox - uses the viewBox @@ -33,6 +33,6 @@ Stretch to fit - + \ No newline at end of file