Widget:CharlesSVG: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
   <body>
   <body>
    
    
   <svg >
   <svg width="550: height="400">
    
    
   <rect width="300" height="300" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
   <rect width="300" height="300" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
   <br>
   <circle cx="20" r="80"></circle>
  <br>
  <path d="M 10 20 L 15 3 l 20 10 1 -20 0">
  <br>
  <br>
  <path d="M 10 60 C 20 80, 40 80, 50 60">
    
    
  </svg>