Thread
:
<svg:svg> versus <svg>
View Single Post
#
1
(
permalink
)
05-12-2005, 12:19 PM
Johan
Guest
Posts: n/a
<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
Johan