Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Masking: clip-path view-box reference box on a scaled SVG shape</title>
<link rel="author" title="Ahmad Saleem" href="mailto:ahmad.saleem792+github@gmail.com">
<link rel="match" href="clip-path-shape-svg-view-box-scaled-shape-ref.html">
<meta name="assert" content="The view-box reference box is sized from the nearest SVG viewport but positioned in the scaled shape's own user space.">
<svg width="400" height="400">
<rect width="200" height="200" transform="scale(2)" style="clip-path: inset(0 300px 0 0) view-box" fill="green"/>
</svg>