summaryrefslogtreecommitdiff
path: root/test/svg/doc.4.clip-user.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/doc.4.clip-user.svg')
-rw-r--r--test/svg/doc.4.clip-user.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/svg/doc.4.clip-user.svg b/test/svg/doc.4.clip-user.svg
new file mode 100644
index 000000000..26cdd818a
--- /dev/null
+++ b/test/svg/doc.4.clip-user.svg
@@ -0,0 +1,9 @@
+<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" />
+ </clipPath>
+
+ <rect x="100" y="-900" width="800" height="800"
+ stroke="green" stroke-width="100"
+ clip-path="url(#clip)" />
+</svg>