View Single Post

  #1 (permalink)  
Old 05-12-2005, 12:19 PM
Johan
Guest
 
Posts: n/a
Default <svg:svg> versus <svg>

Hi,
Can anyone explain to me what the diferences are between the notations:

<svg:svg>
<svg:rect> .......
</svg:rect>
</svg:svg>

and what i think is normal:

<svg>
<rect> .......
</rect>
</svg>

I found the first one on some php site ..

Thanks

Johan
Reply With Quote