Widget:CharlesSVG: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
   <svg height="100" width="100">
   <svg height="100" width="100">
   <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
   <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>
<svg width="400" height="110">
  <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</svg>
       <!--Red Line via Standard SVG-->
       <!--Red Line via Standard SVG-->