mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
639 B
HTML
19 lines
639 B
HTML
<!DOCTYPE HTML>
|
|
<style>
|
|
body {
|
|
background-color:black;
|
|
}
|
|
div {
|
|
transform: scale(0.3);
|
|
transform-origin: 0 0;
|
|
}
|
|
</style>
|
|
<div>
|
|
<!-- Test that drawing of nonuniform images is snapped -->
|
|
<!-- This is a 2x2 image where the top row is white and the bottom row is transpraent -->
|
|
<img style="width:256px; height:256px"
|
|
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII="
|
|
><img style="width:256px; height:256px"
|
|
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII=">
|
|
</div>
|