summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/mask-basic-05.svg
blob: c98e81b1f1a12b46e3df21c31d964bf19a20ef19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none">
  <title>Testcase for mask that can't be resolved</title>
  <rect width="100%" height="100%" fill="red"/>
  <g mask="url(#foo)">
    <!-- Draw a line path with zero area -->
    <path stroke="lime" stroke-width="200%" d="M0,50L100,50"/>
  </g>
</svg>