summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/11_01.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/data/1.2/11_01.svg')
-rw-r--r--tests/arthur/data/1.2/11_01.svg20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/arthur/data/1.2/11_01.svg b/tests/arthur/data/1.2/11_01.svg
deleted file mode 100644
index 2a6d5b5f16..0000000000
--- a/tests/arthur/data/1.2/11_01.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<svg width="7cm" height="2cm" viewBox="0 0 700 200"
- xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
- <desc>Gradients apply to leaf nodes
- </desc>
- <g>
- <defs>
- <linearGradient xml:id="MyGradient" gradientUnits="objectBoundingBox">
- <stop offset="0" stop-color="#F60" />
- <stop offset="1" stop-color="#FF6" />
- </linearGradient>
- </defs>
- <rect x="1" y="1" width="698" height="198"
- fill="none" stroke="blue" stroke-width="2" />
- <g fill="url(#MyGradient)" >
- <rect x="100" y="50" width="200" height="100"/>
- <rect x="400" y="50" width="200" height="100"/>
- </g>
- </g>
-</svg>