Widget:CharlesSVG: Difference between revisions

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


   <body>
   <body>
    
   <script>
   <svg width="400" height="110">
   <svg width="400" height="110">
   <rect width="300" height="100"  
   <rect width="300" height="100"  
   style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
   style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</svg>
</script>
<script>
<svg>
<svg>
   <rect width="300" height="100"  
   <rect width="300" height="100"  
   style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
   style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
</svg>
</svg>
 
</script>
 
 
 
       <!--Red Line via Standard SVG-->
       <!--Red Line via Standard SVG-->
       <div id = "svgRedLine">
       <div id = "svgRedLine">