Widget:CharlesSVG: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
   <body>
   <body>
    
    
   <svg width="700: height="700" fill="red">
   <svg>
    
   <rect width="300" height="300" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)"></rect>
  <rect width="300" height="300" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)"></rect>
   <circle cx="100" cy="100" r="80" fill="orange" stroke="black" stroke-width="4"></circle>
   <circle cx="100" cy="100" r="80" fill="orange" stroke="black" stroke-width="4"></circle>
 
   </svg>
   </svg>
<svg width="300" height="500'>
<svg >
<rect width="200" height="80">
<rect width="200" height="80">
</svg>
</svg>