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" version="1.1"
6 xmlns:xlink="http://www.w3.org/1999/xlink">
7 <title>Testing that 'use' doesn't render its kids.</title>
9 <rect width="100%" height="100%" fill="lime" id="r1"/>
10 <use id="u2" x="0%" width="100%">
11 <rect width="100%" height="100%" fill="red" id="r2"/>
12 </use>
13 </svg>