Source code

Revision control

Copy as Markdown

Other Tools

<!--↩
Any copyright is dedicated to the Public Domain.↩
-->
<!DOCTYPE html>↩
<html>↩
<head>↩
<title>32px background positioning area size; 32px 32px background-size; for omitted-width-omitted-height-viewbox-no-preserve.svg</title>↩
<meta name="flags" content="svg" />↩
<style type="text/css">↩
#inner↩
{↩
width: 32px;↩
height: 32px;↩
background-image: url(omitted-width-omitted-height-viewbox-no-preserve.svg);↩
background-repeat: no-repeat;↩
background-size: 32px 32px;↩
}↩
</style>↩
</head>↩
<body>↩
<div id="inner"></div>↩
</body>↩
</html>