swc/crates/swc_html_codegen/tests/fixture/broken-svg/output.min.html
2022-06-10 09:14:40 +00:00

11 lines
283 B
HTML

<!doctype html><html lang=en><head>
<title>Document</title>
</head>
<body>
<svg xmlns=http://www.w3.org/2000/svg width=20 height=20>
<rect width=20 height=3 y=2 fill=#fff />
<rect width=20 height=3 y=8.5 fill=#fff />
<rect width=20 height=3 y=15 fill=#fff />
</svg>