« Return to Thread: free hand

Re: free hand

by Andreas Neumann :: Rate this Message:

Reply to Author | View in Thread

there are two methods: either you use the methods of the DOM
SVGPathElement - see http://phrogz.net/ObjJob/object.asp?id=101 or you
create a new textstring everytime a coordinate is added. It might be
enough just to concatenate the new coordinates to the existing "d"
attribute.

Andreas

Peppe wrote:

>But, how can i set the values M C or Z of "d" attribute?
>
>  
>


--
----------------------------------------------
Andreas Neumann
Institute of Cartography
ETH Zurich
Wolfgang-Paulistrasse 15
CH-8093  Zurich, Switzerland

Phone: ++41-44-633 3031, Fax: ++41-44-633 1153
e-mail: neumann@...
www: http://www.carto.net/neumann/
SVG.Open: http://www.svgopen.org/
Carto.net: http://www.carto.net/


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@...
For additional commands, e-mail: batik-users-help@...

 « Return to Thread: free hand