Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-nested-transform.svg
blobe944327005f89e913b30f4e9cabc8b72cb75ebb7
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="body" width="450" height="500" viewBox="0 0 450 500">
3 <defs>
4 <path id="Batik_Squiggle_Blue" fill="#6666FF" d="M172,44C137,60,31,135,11,199c-8,27,22,48,44,33
5 C14,306-1,332,0,356c0,14,13,42,44,27c8-4,35-25,52-41
6 c14-1,24-11,42-28c17,14,36,10,52-7c22,2,82-78,44-108
7 c-3-24-30-37-53-18c-6-2-13-1-18,1c22-35,43-82,49-105
8 C219,47,188,36,172,44z"/>
10 <g id="Batik_Tag_Box" >
11 <rect x="1" y="1" width="446" height="496" style="fill:none; stroke:black" transform="translate(-418,-467)"/>
12 <use xlink:href="#Batik_Squiggle_Blue" width="27" height="28" transform="translate(-418,-467)" />
13 </g>
14 </defs>
16 <use xlink:href="#Batik_Tag_Box" transform="translate(418,467)"/>
17 </svg>