https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 224d91a97814fde15cdce46f455df5d346f64d3e authored by Ryan VanderMeulen on 09 October 2014, 00:43:13 UTC
Merge b2g28 to v1.3t. a=merge
Tip revision: 224d91a
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