Jump to content

Widget:CharlesSVG: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8: Line 8:


   <body>
   <body>
   <svg height="140" width="300">
 
  <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 height="140" width="400">
   <ellipse cx="200" cy="80" rx="100" ry="50"
   <ellipse cx="200" cy="80" rx="100" ry="50"
   style="fill:yellow;stroke:purple;stroke-width:2" />
   style="fill:yellow;stroke:purple;stroke-width:2" />
Line 18: Line 25:


<svg width="400" height="110">
<svg width="400" height="110">
   <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
   <rect width="300" height="100"  
  style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</svg>