summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/multiple-textpaths.svg
blob: 6df4ecc27bbddaa76709e041620dacdc5c1303bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <g id="testmeta">
    <html:link rel="help" href="https://crbug.com/1274425" />
    <html:link rel="match"  href="multiple-textpaths-ref.svg" />
  </g>

  <text>
    <textPath href='#a'>Some text.</textPath
   ><textPath href='#b'>More text.</textPath>
  </text>
  <path id="a" d="m50,100 l300,-50" stroke="lime"/>
  <path id="b" d="m50,50 l300,60" stroke="red"/>
</svg>