summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/multiple-textpaths-ref.svg
blob: a6dcd3c5d5e5fe1a9aa74d2539c14e66c95cbece (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
  <text><textPath href='#a'>Some text.</textPath></text>
  <text><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>