summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/markup/test/doc_markup_svg_attributes.html
blob: 04b699be713ae3a9a066de47d96c973f33d2a1a6 (plain)
1
2
3
4
5
6
7
8
<!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>