Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1143303-1.svg
blob4654cff5c0a39bcb4c18058266f7859182d91e33
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
6 width="100%" height="100%">
7 <title>Testcase for small circles</title>
8 <!--From https://bugzilla.mozilla.org/show_bug.cgi?id=1143303 -->
10 <rect width="100%" height="100%" fill="lime"/>
12 <circle cx="200" cy="150" r="95" fill="red"/>
13 <g transform="translate(200, 150)" fill="lime">
14 <g transform="scale(1e8, 1e8)">
15 <circle cx="0" cy="0" r="1e-6"/>
16 </g>
17 </g>
19 <circle cx="342" cy="176.06" r="1" fill="red"/>
20 <g transform="translate(342,1098.55)" fill="lime">
21 <g transform="scale(418.2,-405.9)">
22 <circle cx="0" cy="2.2727" r=".006"/>
23 </g>
24 </g>
26 </svg>