mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
18 lines
621 B
HTML
18 lines
621 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>
|