summaryrefslogtreecommitdiff
path: root/test/svg/doc.6.clip-user2.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/doc.6.clip-user2.svg')
-rw-r--r--test/svg/doc.6.clip-user2.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/svg/doc.6.clip-user2.svg b/test/svg/doc.6.clip-user2.svg
new file mode 100644
index 000000000..a68c1c42f
--- /dev/null
+++ b/test/svg/doc.6.clip-user2.svg
@@ -0,0 +1,10 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1000" height="1000">
+ <clipPath id="clip" clipPathUnits="userSpaceOnUse" >
+ <circle cx="500" cy="-500" r="400" />
+ <rect x="100" y="-900" width="800" height="400"/>
+ </clipPath>
+
+ <rect x="100" y="-900" width="800" height="800"
+ stroke="green" stroke-width="100"
+ clip-path="url(#clip)" />
+</svg>