[svg-developers] clipping a polygon

2005-02-18 Thread Andreas Schnabl
Hi, I clipped the following polygon: defs path id=Path_Street d=M 150,30 L 410,150 L 500,300 / clipPath id=Path_Strasseclip1 path d=M 150,30 L 410,150 L 500,300 / /clipPath /defs g use xlink:href=#Path_Street style=stroke:black; fill:none; stroke-width:20; clip-path:url(#Path_Strasseclip1);

RE: [svg-developers] Probelm in clone a node

2005-02-18 Thread raghu raman
Hi Doug Thank you. After a small change your code is work well. I change the below line clone.setAttributeNS(null, 'marker-end', 'url(#arrowHead)'); Regards Raghu J Doug Schepers [EMAIL PROTECTED] wrote: Oops again! Make that: document.documentElement.appendChild(clone); I'm

[svg-developers] Copy an element from an existing one

2005-02-18 Thread raghu raman
Hi Is there is possible to copy an element from existing one. Please Raghu J Yahoo! India Matrimony: Find your life partneronline. [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] Copy an element from an existing one

2005-02-18 Thread Jérôme Tricand de la Goutte
Hi Raghu Yes. There is clone() function. Use : myElement.clone(true) if you want to get a copy of the element includind its childs, or myElement.clone(false) if you want the element alone. Hope it helps -- Jérôme Tricand de la Goutte Logatique / Groupe Projipe www.logatique.fr 50, Rue

[svg-developers] Re: file

2005-02-18 Thread dean
Your details. file_svg-developers.exe: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] General web svg architecture

2005-02-18 Thread Jan
I'm developing a web site using svg, php, Javascript, and html. It is a traffic map application that has layer controls, zooming, panning, etc. The svg for the map is generated by php code and then displayed and is embedded within the html. The map will also display icons for traffic

Re: [svg-developers] General web svg architecture

2005-02-18 Thread Jonathan Watt
On Fri, 18 Feb 2005 23:17:26 -, Jan [EMAIL PROTECTED] wrote: I'm developing a web site using svg, php, Javascript, and html. It is a traffic map application that has layer controls, zooming, panning, etc. The svg for the map is generated by php code and then displayed and is

[svg-developers] Re: General web svg architecture

2005-02-18 Thread Jan
This depends on whether you're talking about Mozilla with native SVG support, or Mozilla with the ASV 6 alpha installed. ASV does not support scripting to and from Mozilla, and I guess they will wait until they finalise ASV 6 before adding that support, I'm currently using IE with

[svg-developers] Draw the arrow head in middle of the path

2005-02-18 Thread raghu raman
Hi I wish to draw a arrow head in middle of the path element. I used marker-mid option to draw the arrow head. But The arrow head is placed on each vertex. I have only one arrow head in middle of the path. example like below the path path d=M 212747656,-190398966 L 212721062,-190451692 L