Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Reference — full SVG (no fragment applied)</title>
<style>
body { margin: 0; }
.ref {
width: 200px;
height: 200px;
background-image: url("sprite4.svg");
background-size: 100% 100%;
background-repeat: no-repeat;
}
</style>
<div class="ref"></div>