clip-path-path-interpolation-with-zoom-ref.html (303B)
1 <!DOCTYPE html> 2 <title>CSS Masking: Test clip-path nonzero path interpolation with zoom</title> 3 <style type="text/css"> 4 #rect { 5 width: 300px; 6 height: 300px; 7 background-color: green; 8 clip-path: path('M105,105 H270 V270 H105Z M75,75 H210 V210 H75Z'); 9 } 10 11 </style> 12 <div id="rect"></div>