Back to Chromium

Image Object In Canvas

third_party/blink/web_tests/fast/canvas/image-object-in-canvas.html

149.0.7827.2309 B
Original Source

This tests that the Image JavaScript object works as expected when used in a canvas. If the test is successful, the Apple logo should appear scaled, normal and finally tiled in a circle.

Using drawImage.

Using drawImage with source rectangle.

Using ImagePattern.

Using ImagePattern and rotation.