gecko-dev/browser/devtools/markupview/test/doc_markup_svg_attributes.html

8 lines
151 B
HTML

<!DOCTYPE html>
<html>
<body>
<svg viewBox="0 0 2 2" width=200 height=200>
<circle cx=1 cy=1 r=1 fill=lime />
</svg>
</body>
</html>