Widget:CharlesSVG: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
   <body>
   <body>
    
    
   <svg>
   <svg viewBox="0 0 1000 1000">
   <rect width="500" height="700" fill="red" ></rect>
   <rect x="10" y="10" fill="red" ></rect>
    
    
   <circle cx="200" cy="100" r="40" fill="orange" stroke="black" stroke-width="4"></circle>   
   <circle cx="200" cy="100" r="40" fill="orange" stroke="black" stroke-width="4"></circle>