Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / struct-use-09-b.svg
blob68c742a78f6d0813d9fbec0df12c7b6bcbf42727
1 <svg version="1.1" width="100%" height="100%" viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <!-- =====================================================================-->
3 <!--= Test is based on draft struct-use-09.svg from w3c tessuite =-->
4 <!--======================================================================-->
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, Institut National de Recherche en =-->
7 <!--= Informatique et en Automatique, Keio University). All Rights =-->
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
9 <!--======================================================================-->
10 <defs>
11 <symbol id="rect1" overflow="visible">
12 <rect x="-50" y="-50" width="100" height="100" fill="none" stroke="green" />
13 </symbol>
14 <symbol id="rect2" overflow="visible">
15 <use xlink:href="#rect1" />
16 <rect x="-52.5" y="-52.5" width="105" height="105" fill="none" stroke="green" />
17 </symbol>
18 <symbol id="rect3" overflow="visible">
19 <use xlink:href="#rect2" />
20 <rect x="-55" y="-55" width="110" height="110" fill="none" stroke="green" />
21 </symbol>
22 <symbol id="rect4" overflow="visible">
23 <use xlink:href="#rect3" />
24 <rect x="-57.5" y="-57.5" width="115" height="115" fill="none" stroke="green" />
25 </symbol>
26 <symbol id="rects" overflow="visible">
27 <use xlink:href="#rect4" />
28 <rect x="-60" y="-60" width="120" height="120" fill="none" stroke="green" />
29 </symbol>
30 </defs>
31 <use x="240" y="180" xlink:href="#rects" />
32 </svg>