summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/textpath-cluster.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/text/textpath-cluster.svg')
-rw-r--r--layout/reftests/svg/text/textpath-cluster.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/svg/text/textpath-cluster.svg b/layout/reftests/svg/text/textpath-cluster.svg
new file mode 100644
index 0000000000..7861eb5c2b
--- /dev/null
+++ b/layout/reftests/svg/text/textpath-cluster.svg
@@ -0,0 +1,12 @@
+<svg width="500" height="500" xmlns="http://www.w3.org/2000/svg" >
+ <defs>
+ <path id="path" d="M 100 200 C 200 100 300 0 400 100" />
+ <style>
+ text {
+ font: 40px monospace;
+ }
+ </style>
+ </defs>
+
+ <text transform="translate(0, 40)">a <textPath href="#path">b </textPath> c</text>
+</svg>