large-transform-001.html (450B)
1 <!DOCTYPE html> 2 3 <head> 4 <meta charset="UTF-8"> 5 <title>Large intermediate transforms that are scaled down</title> 6 <link rel="match" href="large-transform-ref.html"> 7 </head> 8 9 <svg width="600" height="500" style="background: gray"> 10 <g transform="scale(0.00004)"> 11 <g transform="scale(25000)"> 12 <rect style="stroke-width: 50px; stroke: blue; fill: cyan;" 13 x="25" y="25" width="500" height="200"></rect> 14 </g> 15 </g> 16 </svg>