trisquel-icecat/icecat/layout/reftests/svg/active-transform-blend-mode-ref.html

8 lines
325 B
HTML

<svg width=1000 height=1000>
<g style="transform: translateY(-2px) translateX(0px) translateZ(0px);">
<rect fill="#0000ff" height="93" width="32" x="100" y="163"></rect>
</g>
<g style="mix-blend-mode: multiply;">
<rect fill="#ff0000" height="93" width="32" x="100" y="161"></rect>
</g>
</svg>