From bcf00deff9fe3d73da3f0d26edb2f3ba494b692f Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Thu, 8 Nov 2018 21:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E7=A7=8D=E6=B5=8B=E8=AF=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.SVG/test/10 AnchorTest.html | 53 ++++++++++++++ .../test/11 GaussianBlurTest.html | 57 +++++++++++++++ ShadowEditor.SVG/test/12 OffsetBlurTest.html | 67 ++++++++++++++++++ .../13 ColorMatrixTest.html} | 21 +++--- .../14 GroupTest.html} | 15 ++-- ShadowEditor.SVG/test2/10 SvgATest.html | 45 ------------ ShadowEditor.SVG/test2/11 SvgPathTest.html | 64 ----------------- .../test2/12 SvgGaussianBlurTest.html | 56 --------------- .../test2/13 SvgOffsetBlurTest.html | 69 ------------------- 9 files changed, 195 insertions(+), 252 deletions(-) create mode 100644 ShadowEditor.SVG/test/10 AnchorTest.html create mode 100644 ShadowEditor.SVG/test/11 GaussianBlurTest.html create mode 100644 ShadowEditor.SVG/test/12 OffsetBlurTest.html rename ShadowEditor.SVG/{test2/14 SvgColorMatrixTest.html => test/13 ColorMatrixTest.html} (83%) rename ShadowEditor.SVG/{test2/15 SvgGroupTest.html => test/14 GroupTest.html} (79%) delete mode 100644 ShadowEditor.SVG/test2/10 SvgATest.html delete mode 100644 ShadowEditor.SVG/test2/11 SvgPathTest.html delete mode 100644 ShadowEditor.SVG/test2/12 SvgGaussianBlurTest.html delete mode 100644 ShadowEditor.SVG/test2/13 SvgOffsetBlurTest.html diff --git a/ShadowEditor.SVG/test/10 AnchorTest.html b/ShadowEditor.SVG/test/10 AnchorTest.html new file mode 100644 index 00000000..4d70c1b1 --- /dev/null +++ b/ShadowEditor.SVG/test/10 AnchorTest.html @@ -0,0 +1,53 @@ + + + + + + + 10 AnchorTest + + + + + + + + + \ No newline at end of file diff --git a/ShadowEditor.SVG/test/11 GaussianBlurTest.html b/ShadowEditor.SVG/test/11 GaussianBlurTest.html new file mode 100644 index 00000000..8de8c4b4 --- /dev/null +++ b/ShadowEditor.SVG/test/11 GaussianBlurTest.html @@ -0,0 +1,57 @@ + + + + + + + 11 GaussianBlurTest + + + + + + + + + \ No newline at end of file diff --git a/ShadowEditor.SVG/test/12 OffsetBlurTest.html b/ShadowEditor.SVG/test/12 OffsetBlurTest.html new file mode 100644 index 00000000..459f94f1 --- /dev/null +++ b/ShadowEditor.SVG/test/12 OffsetBlurTest.html @@ -0,0 +1,67 @@ + + + + + + + 12 OffsetBlurTest + + + + + + + + + \ No newline at end of file diff --git a/ShadowEditor.SVG/test2/14 SvgColorMatrixTest.html b/ShadowEditor.SVG/test/13 ColorMatrixTest.html similarity index 83% rename from ShadowEditor.SVG/test2/14 SvgColorMatrixTest.html rename to ShadowEditor.SVG/test/13 ColorMatrixTest.html index 15afd7d8..6c5a9565 100644 --- a/ShadowEditor.SVG/test2/14 SvgColorMatrixTest.html +++ b/ShadowEditor.SVG/test/13 ColorMatrixTest.html @@ -4,25 +4,24 @@ - 14 SvgColorMatrixTest + 13 ColorMatrixTest - - - - \ No newline at end of file diff --git a/ShadowEditor.SVG/test2/11 SvgPathTest.html b/ShadowEditor.SVG/test2/11 SvgPathTest.html deleted file mode 100644 index 94ff92a2..00000000 --- a/ShadowEditor.SVG/test2/11 SvgPathTest.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - 11 SvgPathTest - - - - - - - - - \ No newline at end of file diff --git a/ShadowEditor.SVG/test2/12 SvgGaussianBlurTest.html b/ShadowEditor.SVG/test2/12 SvgGaussianBlurTest.html deleted file mode 100644 index 63e086d7..00000000 --- a/ShadowEditor.SVG/test2/12 SvgGaussianBlurTest.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - 12 SvgGaussianBlurTest - - - - - - - - - \ No newline at end of file diff --git a/ShadowEditor.SVG/test2/13 SvgOffsetBlurTest.html b/ShadowEditor.SVG/test2/13 SvgOffsetBlurTest.html deleted file mode 100644 index 3439993a..00000000 --- a/ShadowEditor.SVG/test2/13 SvgOffsetBlurTest.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - 13 SvgOffsetBlurTest - - - - - - - - - \ No newline at end of file