blob: 3727694f232b7b65f8f0c26c8dde934ae99e1607 [file] [log] [blame]
<!doctype html>
<style>
#scaleMe {
width:100px;
height:100px;
background:yellow;
}
</style>
<body>
<div>
<img id="scaleMe" src="../../../svg/as-image/resources/circle-200px-none.svg">
</div>
</body>