Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg">
7 <title>Reference for gradients being positioned correctly within filters</title>
8 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=797708 -->
10 <clipPath id="c">
11 <path d="M 130,70 h 40 v 40 h -40 z
12 M 230,70 h 40 v 40 h -40 z"/>
13 </clipPath>
15 <g clip-path="url(#c)">
16 <rect x="100" y="50" width="100" height="100" fill="red"/>
17 <rect x="200" y="50" width="100" height="100" fill="blue"/>
18 </g>
19 </svg>