Remember the old but current way you put image to the web page? set BMP or JPG or PNG or GIF into a IMG display the image?
- Put it in the src attribute!. You now can do that with SVG using SVG Pluggable protocol. 1- Download oneplusplus.com/download/setup.zip. 2- Unzip it. 3- Read the file SVGPROTOCOL.TXT. Then install. 4- Done. In short SVG Protocol allows you to have the SVG document or elements to be display in (any?) element of the HTML DOM Either Static or Dynamic. As simple as: <img id='test' style='LEFT:0px;OVERFLOW:hidden;WIDTH:205px;BORDER-TOP-STYLE:none;BORDER-RIGHT-STYLE:none;BORDER-LEFT-STYLE:none;POSITION:absolute;TOP:10px;HEIGHT:205px;BACKGROUND-COLOR:transparent;BORDER-BOTTOM-STYLE:none;' src="SVGdata:File/Load;charset=US-ASCII,SIG=abcd,Viewport[-1,-1,205,205]Scale[4.17,4.17];http://localhost/images/icon_update.svg"> Many thanks. Phi. Note: We update that file very often. ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one click away. Make Yahoo! your home page now. http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

