render-sync-with-font-size-ref.html (316B)
1 <!doctype html> 2 <title>Render is synchronized with font-size change</title> 3 <svg width="400" height="400" style="font-size:20px"> 4 <rect width="5em" height="5em" rx="5px" ry="5px" fill="magenta" /> 5 <circle cx="10em" cy="5em" r="4em" fill="purple" /> 6 <line y1="6em" x2="15em" y2="6em" stroke="skyblue" /> 7 </svg>