kouejou schrieb: > --- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote: > > kouejou schrieb: > > > > > Morning, > > > > > > I try to insert the image into my svg document. > > > this code work correctly in windows navigator or not work in mozilla > > > gecko natif svg. > > > > > > the execution in this code not give the error and not give the image. > > > > > > i wait any subjestion. thanks > > > > > > <?xml version="1.0"?> > > > > > > <svg id="affiche" x="0" y="0" width="500" height="500" > > > xmlns:xlink="http://www.w3.org/1999/xlink" > > > xmlns="http://www.w3.org/2000/svg"> > > > <script language="javascript"> > > > function ajoutImage(evt){ > > > svg=evt.target.ownerDocument; > > > groupe=svg.getElementById("groupe"); > > > img=svg.createElementNS > > > ("http://www.w3.org/2000/svg","image"); > > > img.setAttribute("x",10); > > > img.setAttribute("y",10); > > > img.setAttribute("id","testImage"); > > > img.setAttribute("width",100); > > > img.setAttribute("height",100); > > > img.setAttributeNS > > > ("http://www.w3.org/1999/xlink", "href","aff.gif"); > > > img.style.setProperty > > > ("visibility","visible","important"); > > > groupe.appendChild(img); > > > > > > } > > > </script> > > > > > > <g id="groupe"> > > > > > > <image xlink:href="aff.gif" x="0" y="0" width="20" > > > height="20" onclick="ajoutImage(evt)"/> > > > > > > </g> > > > > > > </svg> > > > > > > > hi kouejou > > > > your code works for me maybe you need a later build, or its a new > > regression. > > i'm using : > > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) > Gecko/20050812 > > Firefox/1.0+ > > > > if your build is older than that, just download a newer build, that > > should fix the problem. > > hth > > Holger > > > morning Holger > > I dont see the new build of gecko. I use > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) > Gecko/20050712 Firefox/1.0+ > > And the execution is not work correctly. > > are you the url of the new build. if you are please give my the adress > to download new build. > > Thanks. >
the latest nightly build of firefox,thunderbird and seamonkey can be found here : http://www.mozilla.org/developer/#builds hth Holger > > > > ----- > 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 > > * Visit your group "svg-developers > <http://groups.yahoo.com/group/svg-developers>" on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ > ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h7mit4m/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1124796160/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----- 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/

