blob: ead974123df1b7006a8005378b6fc6bc59e906b1 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Ahem;
}
.box {
display: inline-block;
position: relative;
top: 0px;
left: 0px;
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<h1>Enforce non-integer SVG location</h1>
<div class="box"></div>
<h1>Effect of overflow</h1>
<div class="box"></div>
<h1>With transformation</h1>
<div class="box"></div>
</body>
</html>