summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/tspan-opacity-mixed-direction.svg
blob: fa153250e79ab6a60bf167c659b4e2d777609a30 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
  <metadata>
    <h:title>Opacity on tspan containing mixed direction text interleaving with other text</h:title>
    <h:link rel="help" href="https://svgwg.org/svg2-draft/text.html"/>
    <h:link rel="match" href="tspan-opacity-mixed-direction-ref.svg"/>
  </metadata>
  <text x="100" y="100" font-size="50">
    <tspan style="opacity: 0.5">a&#x5d1;</tspan>&#x5d2;b
  </text>
</svg>