active-transform-blend-mode.html (349B)
1 <svg width=1000 height=1000> 2 <g style="transform: translateY(-2px) translateX(0px) translateZ(0px); will-change: transform;"> 3 <rect fill="#0000ff" height="93" width="32" x="100" y="163"></rect> 4 </g> 5 <g style="mix-blend-mode: multiply;"> 6 <rect fill="#ff0000" height="93" width="32" x="100" y="161"></rect> 7 </g> 8 </svg>