[svg-developers] arrow head is placed in middle of the line

2005-02-14 Thread raghu raman
Hi all, Please give me a guidance how arrow head is place in middle of the line or path like >--- Yahoo! India Matrimony: Find your life partneronline. [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROT

[svg-developers] Read elements with in group

2005-02-17 Thread raghu raman
Hi, In following snippet I need to access the attribute of path element. Please provide a solution. ParisObject range:212258060:-190192589:212747656:-190451692 Raghu Yahoo! India Matrimony: Find your life partneronline. [Non-text portions of this message have been removed]

RE: [svg-developers] Read elements with in group

2005-02-17 Thread raghu raman
he job | | | Jérôme Tricand de la Goutte | | Société Logatique | 50 rue Marcel Dassault | 92100 Boulogne-Billancourt | | 01 46 21 59 59 | | | | raghu raman wrote: | | >Hi, | > In following snippet I need to access the attribute of | path element. | >Please provide a solut

[svg-developers] Probelm in clone a node

2005-02-17 Thread raghu raman
Hi, In the following snippet I copy an element to node. then I create attribute for clone is produce error. Please give me your suggestions var clone = path.cloneNode(false); var markerAttribute = clone.createAttribute('marker-end'); markerAttribute.setValue("#arrowHead"); clone.setA

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

2005-02-18 Thread raghu raman
teNS(null, 'marker-end', '#arrowHead'); | document.appendChild(clone); | | | Regards- | Doug | | doug . schepers @ vectoreal.com | www.vectoreal.com ...for scalable solutions. | | | | -Original Message- | | From: raghu raman [mailto:[EMAIL PROTECTED] | | Sent: Friday, February

[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 http://groups.yahoo.com/group/svg-dev

[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 I don't have any geomentrical knowledge. Please provide me

[svg-developers] Draw Arrow Head

2005-02-20 Thread raghu raman
I need to draw a arrow head in middle of the given path. Kindly let me know your solutions Raghu 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 http://grou

RE: [svg-developers] Re: Draw Arrow Head

2005-02-22 Thread raghu raman
hi Julian, Solution gives to solve the problems in different way. Heiko solutions are very useful to me. But my only problem is I can't increase arrow height and width. If u have any more idea... [EMAIL PROTECTED] wrote: Hallo Heiko, Brilliant. This is a solution crying out for new problems!

Re: [svg-developers] Re: Draw Arrow Head

2005-02-22 Thread raghu raman
tion: for finding that you would have to read the path geometry itself ... As Philippe said, there is no easy solution for that. Andreas --- In svg-developers@yahoogroups.com, raghu raman <[EMAIL PROTECTED]> wrote: > I need to draw a arrow head in middle of the given path. >

[svg-developers] Change Scale in zooming

2005-02-23 Thread raghu raman
Hi, I have a line with arrrow head. I draw an arrow head using marker. I don't like to change the scale of the arrow head in zoom in and zoom out. I have no idea how to implement this functionality. let know your solution please Thanks Raghu Yahoo! India Matrimony: Find your life partnero

[svg-developers] iterate elemnets one by one

2005-02-25 Thread raghu raman
Hi I create and append the path element with id named as arrow line at some times in a groupElement. Now I need to get the element one by one using arrowLine. Is there any functions availabel to get the all elements using elements id. var arrowLine=svgContentsDocument.createElement("path

Re: [svg-developers] Re: Draw Arrow Head

2005-02-25 Thread raghu raman
e some lines about this code. I get the length of the line using .getTotalLength() and find the middle point. I get the centre point co-ordinates getThe I get the middlepoint + 1. Then get the another co-ordinates of the middle point using getPointAtLength(centerPoint). As the same w

[svg-developers] Text Should be paralle to the line

2005-03-11 Thread raghu raman
Hi every body, I need to place a text near the line length. The text should be parallel to the line. I struck up this point. Below I explain with some simple drawings [ 25 m] li

Re: [svg-developers] Help with Markers please

2005-03-11 Thread raghu raman
Hi, Just check the marker syntax. It should be I hope this will helps u Regards Raghu th3moog <[EMAIL PROTECTED]> wrote: Could someone please look at the SVG code below and explain what I have done wrong... I am expecting to see a solid red semi-circle at the end of the red line -

RE: [svg-developers] Text Should be paralle to the line

2005-03-13 Thread raghu raman
ath. [ 25 m ] [ 12.5 m ] [ 20 m ] Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. raghu raman wrote: | | Hi every body, | I need to place a text near the line length. The text | should be parallel to the line. I struck up this point. Be

RE: [svg-developers] Text Should be paralle to the line

2005-03-14 Thread raghu raman
ww.vectoreal.com ...for scalable solutions. raghu raman wrote: | | Hi every body, | I need to place a text near the line length. The text | should be parallel to the line. I struck up this point. Below | I explain with some simple drawings | |

[svg-developers] Problem in text Path

2005-03-14 Thread raghu raman
Hi, I have placed a text parrallel to the path using textPath. It works fine. But i have faced some broblems, which are listed below 1) My svg backgroud is light gray. But it appeard white boundary around the text and its size is too large. 2) The length of the text is depends on path le

Re: [svg-developers] Problem in text Path

2005-03-14 Thread raghu raman
Hi, Now I remove the text boundary box. But till now I have face the problem, the textpath size is depend on path length. Please give me ur suggestions. Thanks Raghu raghu raman <[EMAIL PROTECTED]> wrote: Hi, I have placed a text parrallel to the path using textPath. It work

[svg-developers] Path data

2005-03-15 Thread raghu raman
hi, I have one problem. I draw a line using path for example (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, se

RE: [svg-developers] Path data

2005-03-16 Thread raghu raman
HI, Thanks & sorry for the dirty message. I need to draw a measure line to find the length of the element. The work flow is listed below. 1) get starting point from user right click 2) when user move the mouse the line should be drawn from the first co-ordinate to current co-ordinate.

Re: [svg-developers] Unmarried girl, Jothi is looking for any male to be her long term friend. Click here to find out more about her.

2005-03-18 Thread raghu raman
Hi, Don't miss use this groups. Please Raghu Nithila Y <[EMAIL PROTECTED]> wrote: http://www.masmarriage.com/indian/profile.asp?id=mas00731f - Do you Yahoo!? Yahoo! Small Business - Try our new resources site! --

[svg-developers] Algorithm for Ellipse

2005-03-18 Thread raghu raman
Hello I am new to this group. I have primary axis, secondary axis , origin and Rotation Angle.Using this i need to draw an ellipse without using the standard function of ellipse. It would be vey helpful, if I draw an ellipse using Lines using some algorithm. Please kindly let me know your

Re: [svg-developers] Enjoy the brief moment...

2005-03-24 Thread raghu raman
Yes, Its true. I have received some mail from matrimonials agent. Moderator could response to find & remove the anonyms mail Id from our group. pjfjacks <[EMAIL PROTECTED]> wrote: Moderate the membership so that someone has to approve - otherwise it can be a free for all... fv - Origi

[svg-developers] Strange Line in SVG

2005-05-29 Thread raghu raman
Hi there, I am a novice developer working in SVG for quite sometime now. I faced a strange thing now for which I am in urge to find a solution. This is the description of the problem. I just have only two lengthy PATH elements in my SVG file. Strangely, When I load the SVG file in my browser, I

[svg-developers] tag

2005-07-04 Thread raghu raman
In my svg file given below codes is there. I need to change the alpha to the current position. that is when the mouse button is clicked area.

[svg-developers] MVC and svg dom

2005-08-10 Thread raghu raman
Hi Everybody, I have decided to change the existing procdural prograaming javascript (svg dom) code into oops with MVC based. Please guide me to right direction for learn MVC based architeture in SVG DOM. Thanks and regards Raghu - Check out Y

[svg-developers] Unable to access outer methods from svg

2005-09-01 Thread raghu raman
Hi everybody, I have a problem to intercommunicate from svg to html. I have a html file like this. function access() { --- } With in svg I am unable to call the access method. Please guide me in correct way. Regards Raghu -

[svg-developers] disposed Object Error

2005-11-15 Thread raghu raman
Hello Friends, I have received an error "[disposed Object]" when change the attribute of svgElement using setAttribute() method. Please suggest me how to handle the disposed Object in svg. Thanks in Advance. Ragards Raghu J - En