https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 102066fb8527ef0c6a91d825fdbc420b8cef9916 authored by ffxbld on 21 March 2012, 04:08:17 UTC
Added FENNEC_12_0b2_RELEASE FENNEC_12_0b2_BUILD1 tag(s) for changeset ff5b5a7cfbd8. DONTBUILD CLOSED TREE a=release
Tip revision: 102066f
348982-1.xhtml
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<style>
#div, #svg { display: table; }
#g { display: inline; }
</style>
</head>

<body>
  <div id="div">
    <svg id="svg" xmlns="http://www.w3.org/2000/svg">
      <g id="g">
        <circle cx="6.5cm" cy="2cm" r="100" style="fill: blue;" />
      </g>
    </svg>
  </div>
</body>

</html>
back to top