swc/crates/swc_html_codegen/tests/fixture/broken-svg/output.min.html

11 lines
298 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>
<rect width=20 height=3 y=8.5 fill=#fff></rect>
<rect width=20 height=3 y=15 fill=#fff></rect>
</svg>