prettier/tests/html_svg/svg.html

12 lines
224 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>SVG</title>
</head>
<body>
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
</body>
</html>