Widget:CharlesSVG: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
    
    
   <svg viewBox="0 0 1000 1000">
   <svg viewBox="0 0 1000 1000">
   <rect x="10" y="10"  fill="red" ></rect>
   <rect x="10" y="10"  width="20" height="20" 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>