master
Matt Huntington 9 years ago
parent 754cd13bf0
commit b3799fa86d

@ -5,6 +5,8 @@
</head> </head>
<body> <body>
<h1>Welcome to SVG!</h1> <h1>Welcome to SVG!</h1>
<svg></svg> <svg>
<circle r="100" cx="10" cy="20" fill="blue" stroke="red" stroke-width="5"/>
</svg>
</body> </body>
</html> </html>

Loading…
Cancel
Save