[svg-developers] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050812

2005-08-23 Thread kouejou
--- In svg-developers@yahoogroups.com, 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

[svg-developers] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050816 Firefox

2005-08-23 Thread kouejou
and talk me if it run correctly. Thanks --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: kouejou schrieb: --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: kouejou schrieb: Morning, I try to insert the image into my svg

[svg-developers] Re: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050816 Fir

2005-08-23 Thread kouejou
I execute your example I receive the message alert but the other object dont appears. I dont know why. I go desinstall and reinstall dear park alpha2 --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: kouejou schrieb: morging holger, I install the new build

[svg-developers] Insert Image into the document SVG

2005-08-22 Thread kouejou
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

[svg-developers] Using the SVGZ file. with dear park alpha1(mozilla natif svg)

2005-08-22 Thread kouejou
I read the URL http://linguagrafica.blogspot.com/;. this url it not specify if the dear park firefox natif svg accept the svgz file. I compress my svg file in svgz and insert that file into my html document. The navigator mozilla natif svg don't accept to realize the insertion or the

[svg-developers] SVGZ

2005-08-18 Thread kouejou
I compressed the svg files but i not insert the file svgz in the html document. please, the firefox natif svg can use the file svgz or not. If the firefox can use the file svgz why do you using this file. thanks Yahoo! Groups Sponsor ~-- font

[svg-developers] Try to use svgz to mozilla natif gecko

2005-08-17 Thread kouejou
Morning, I try to uses the svgz file to insert the document but it not work. I insert the extension into the type mime of server apache same it not work. please cant it uses the svgz file with firefox natif svg. Thanks Yahoo! Groups Sponsor

[svg-developers] I try to do the degrade in svg

2005-08-04 Thread kouejou
?xml version=1.0 ? svg xmlns=http://www.w3.org/2000/svg; width=500px height=600px g defs linearGradient id=grad1 x1=0 y1=0 x2=400 y2=400 stop offset=0% style=stop-color:#FF/ stop offset=25% style=stop-color:#FF/ stop offset=50%

[svg-developers] I want to degrade in the svg with object pattern

2005-08-04 Thread kouejou
?xml version=1.0 ? svg xmlns=http://www.w3.org/2000/svg; width=250px height=150px viewbox=0 0 51000 31000 zoomAnPan=magnify preserveAspectRatio=xMidYMid meet rect x=0 y=0 width=8 height=4 style=fill:#ff/ rect x=-1000 y=-1000 width=8 height=4 style=fill:rgb(255,138,0)

[svg-developers] Re: I try to do the degrade in svg

2005-08-04 Thread kouejou
please change viewbox to viewBox this work in IE and not work in gecko I wait any subjection. --- In svg-developers@yahoogroups.com, kouejou [EMAIL PROTECTED] wrote: thanks it works correctly --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: kouejou schrieb

[svg-developers] please I want to do The background in svg

2005-08-04 Thread kouejou
?xml version=1.0 ? svg xmlns=http://www.w3.org/2000/svg; width=250px height=150px viewBox=0 0 51000 31000 rect x=0 y=0 width=8 height=4 style=fill:#ff/ rect x=-1000 y=-1000 width=8 height=4 style=fill:rgb(255,138,0)/ defs pattern preserveAspectRatio=xMidYMid slice

[svg-developers] Problem to parseXML

2005-07-25 Thread carine kouejou
) location: file:///C:/Documents%20and%20Settings/alkante/Bureau/Essai.svg Line: 10]. Please cant you help me. how can i use the function parseXML for appendChild the node thanks Carine TCHOKOTE KOUEJOU 19 rue du nivernais 35000 Rennes Tél: 0033627066238

[svg-developers] Re: Problem to parseXML

2005-07-25 Thread kouejou
thank you jerome but i this solution can't solve my problem the svg element can't insert in my svg document. the navigator can't signal any error, but my element is not insert into document. please if you solve your problem check my program and give me the error your are say. thanks ?xml

[svg-developers] Re: Problem to parseXML

2005-07-25 Thread kouejou
john, i want to use the parseXML function to resolve my problem. because i try to parse document svg and insert in other document. if you have the solution with the parseXML i will be very relieved. thanks - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Re: Problem to parseXML

2005-07-25 Thread kouejou
(svg).firstChild; And you do not need doc.importNode(doc2,true); line It should work well. It sounds like Mozilla ParseXML create a XML document containing the object you want to parse Hope it helps. Jérôme carine kouejou a écrit : i try to do this operation, i use firefox natif svg