<!DOCTYPE html> <html> <head> <title></title> <style> svg{ width:500px; height:500px; } </style> </head> <body> <svg></svg> </body> </html>