From 2525d741a007b34b753afb841e4d7e259145b21c Mon Sep 17 00:00:00 2001 From: Satoru Takagi Date: Tue, 2 Oct 2018 09:25:53 +0900 Subject: [PATCH] Reftests for svg2 vector effects --- .../reftests/ve-fixedPosition1-ref.svg | 56 ++++++++++++++++ .../reftests/ve-fixedPosition1.svg | 67 +++++++++++++++++++ .../reftests/ve-fixedPosition2-ref.svg | 56 ++++++++++++++++ .../reftests/ve-fixedPosition2.svg | 67 +++++++++++++++++++ .../reftests/ve-nonRotation1-ref.svg | 56 ++++++++++++++++ .../reftests/ve-nonRotation1.svg | 67 +++++++++++++++++++ .../reftests/ve-nonRotation2-ref.svg | 56 ++++++++++++++++ .../reftests/ve-nonRotation2.svg | 67 +++++++++++++++++++ .../ve-nonRotation_fixedPosition-ref.svg | 56 ++++++++++++++++ .../reftests/ve-nonRotation_fixedPosition.svg | 67 +++++++++++++++++++ .../reftests/ve-nonScalingSize1-ref.svg | 56 ++++++++++++++++ .../reftests/ve-nonScalingSize1.svg | 67 +++++++++++++++++++ .../reftests/ve-nonScalingSize2-ref.svg | 56 ++++++++++++++++ .../reftests/ve-nonScalingSize2.svg | 67 +++++++++++++++++++ .../ve-nonScalingSize_fixedPosition-ref.svg | 56 ++++++++++++++++ .../ve-nonScalingSize_fixedPosition.svg | 67 +++++++++++++++++++ .../ve-nonScalingSize_nonRotation-ref.svg | 56 ++++++++++++++++ .../ve-nonScalingSize_nonRotation.svg | 67 +++++++++++++++++++ ...lingSize_nonRotation_fixedPosition-ref.svg | 56 ++++++++++++++++ ...nScalingSize_nonRotation_fixedPosition.svg | 67 +++++++++++++++++++ 20 files changed, 1230 insertions(+) create mode 100644 svg/coords/vectorEffects/reftests/ve-fixedPosition1-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-fixedPosition1.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-fixedPosition2-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-fixedPosition2.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonRotation1-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonRotation1.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonRotation2-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonRotation2.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize1-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize1.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize2-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize2.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition-ref.svg create mode 100644 svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition.svg diff --git a/svg/coords/vectorEffects/reftests/ve-fixedPosition1-ref.svg b/svg/coords/vectorEffects/reftests/ve-fixedPosition1-ref.svg new file mode 100644 index 00000000000000..55896c4b912458 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-fixedPosition1-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-fixedPosition1.svg b/svg/coords/vectorEffects/reftests/ve-fixedPosition1.svg new file mode 100644 index 00000000000000..a3d27cc4048066 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-fixedPosition1.svg @@ -0,0 +1,67 @@ + + + + Vector Effects fixedPosition - 1 + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-fixedPosition2-ref.svg b/svg/coords/vectorEffects/reftests/ve-fixedPosition2-ref.svg new file mode 100644 index 00000000000000..e17ffd50dc98d3 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-fixedPosition2-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-fixedPosition2.svg b/svg/coords/vectorEffects/reftests/ve-fixedPosition2.svg new file mode 100644 index 00000000000000..01414f43e42baa --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-fixedPosition2.svg @@ -0,0 +1,67 @@ + + + + Vector Effects fixedPosition - 2 + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonRotation1-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonRotation1-ref.svg new file mode 100644 index 00000000000000..92beefa7bb33b9 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonRotation1-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonRotation1.svg b/svg/coords/vectorEffects/reftests/ve-nonRotation1.svg new file mode 100644 index 00000000000000..d86552dd7dd831 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonRotation1.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonRotation - 1 + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonRotation2-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonRotation2-ref.svg new file mode 100644 index 00000000000000..50f54da468d28f --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonRotation2-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonRotation2.svg b/svg/coords/vectorEffects/reftests/ve-nonRotation2.svg new file mode 100644 index 00000000000000..d39e86911f4bb4 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonRotation2.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonRotation - 2 + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition-ref.svg new file mode 100644 index 00000000000000..be30865955327c --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition.svg b/svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition.svg new file mode 100644 index 00000000000000..38ba3b8a98ca0c --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonRotation_fixedPosition.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonRotation fixedPosition + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize1-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize1-ref.svg new file mode 100644 index 00000000000000..98dcf7ea9f8f92 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize1-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize1.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize1.svg new file mode 100644 index 00000000000000..f0a757e6b6df29 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize1.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonScalingSize - 1 + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize2-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize2-ref.svg new file mode 100644 index 00000000000000..c400cc337f88c9 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize2-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize2.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize2.svg new file mode 100644 index 00000000000000..937cc990822dba --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize2.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonScalingSize - 2 + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition-ref.svg new file mode 100644 index 00000000000000..58438c6ed04cbd --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition.svg new file mode 100644 index 00000000000000..6e313e87ab09d3 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_fixedPosition.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonScalingSize fixedPosition + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation-ref.svg new file mode 100644 index 00000000000000..55c12ed4b54ddc --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation.svg new file mode 100644 index 00000000000000..d4b3265e7748d8 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonScalingSize nonRotation + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition-ref.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition-ref.svg new file mode 100644 index 00000000000000..031a131e01e172 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition-ref.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition.svg b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition.svg new file mode 100644 index 00000000000000..d369289eee2269 --- /dev/null +++ b/svg/coords/vectorEffects/reftests/ve-nonScalingSize_nonRotation_fixedPosition.svg @@ -0,0 +1,67 @@ + + + + Vector Effects nonScalingSize nonRotation fixedPosition + + + + TOKENS + TEST ASSERTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file