<!DOCTYPE html> <!-- Any copyright is dedicated to the Public Domain. - http://creativecommons.org/publicdomain/zero/1.0/ --> <html> <head> <style> body { margin: 0px; padding: 0px; border: 0px; } div { background: url('circle-large.svg'); background-size: 80px 80px; background-repeat: repeat; margin: 0px; padding: 0px; border: 0px; width: 160px; height: 160px; } </style> </head> <body> <div></div> </body> </html>