<!DOCTYPE html>
<svg width="200" height="200">
<rect width="200" height="200" fill="red"/>
<rect width="100" height="100" fill="green" transform="scale(2)"/>
</svg>
<p>Test if applying a transform to a <rect> properly repaints the <rect>.</p>
<p>Pass if there's a green 200x200 (px) rectangle below, and no red visible.</p>