[svg-developers] Restrict an object to stay within another object....................

2011-04-08 Thread Mr Rauf
All, This is related to SVG, I have a large SVG object made of paths which stays static. With a press of a button, I can create another SVG object inside the larger object. The second object can be dragged with the mousedown. PROBLEM: Now I want to add a restriction so that the second object

[svg-developers] Re: how can i resize my rectangle when rectanle is about 90 degree angle

2011-03-10 Thread Mr Rauf
parentPoint = this.getUserCoordinate (node, x, y); return parentPoint; }; Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Mr Rauf Sent: Donnerstag, 10. März 2011 07:50 To: svg-developers@yahoogroups.com Subject

Re: [svg-developers] Re: convert SVG to Png on WEB

2011-03-09 Thread Mr Rauf
can't handle every type of SVG element yet. Jeff --- In svg-developers@yahoogroups.com, Mr Rauf cute_rauf_696@... wrote: Thanx jeff Schiller, link is very usefull for mee,but i have question , if i append the data dynamically in svg and pass the file in canvg ,can canvg convert all data

[svg-developers] how can i resize my rectangle when rectanle is about 90 degree angle

2011-03-09 Thread Mr Rauf
All, I have a SVG rectangle in my application which can be stretched horizontally by dragging the end bar (left right) on either side of the rectangle. The rectangle can be (1) resized (by stretching as per above), (2)dragged, (3) rotated. Everything works fine, however, one strange

Re: [svg-developers] convert SVG to Png on WEB

2011-03-04 Thread Mr Rauf
codedr...@gmail.com To: svg-developers@yahoogroups.com Sent: Fri, March 4, 2011 10:44:47 AM Subject: Re: [svg-developers] convert SVG to Png on WEB http://canvg.googlecode.com/ On Thu, Mar 3, 2011 at 9:36 PM, Mr Rauf cute_rauf_...@yahoo.com wrote: hi All, how can i convert my svg file in png

[svg-developers] convert SVG to Png on WEB

2011-03-03 Thread Mr Rauf
hi All, how can i convert my svg file in png or jpeg on my web application?? - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo!

[svg-developers] Need Help to rotate the svg element

2011-01-30 Thread Mr Rauf
Hi all, i need help on SVG element Rotation - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your

Re: [svg-developers] Problem in Resize SVG rect Drag and Rotate......with code file

2011-01-27 Thread Mr Rauf
please help ..i m very thankful to you From: Mr Rauf cute_rauf_...@yahoo.com To: svg-developers@yahoogroups.com Sent: Fri, January 21, 2011 4:25:03 PM Subject: [svg-developers] Problem in Resize SVG rect Drag and Rotate..with code file HI All

Re: [svg-developers] Problem in Resize SVG rect Drag and Rotate......with code file

2011-01-23 Thread Mr Rauf
Guys Please reply... --- On Fri, 1/21/11, Mr Rauf cute_rauf_...@yahoo.com wrote: From: Mr Rauf cute_rauf_...@yahoo.com Subject: [svg-developers] Problem in Resize SVG rect Drag and Rotate..with code file To: svg-developers@yahoogroups.com Date: Friday, January 21, 2011, 3:25 AM

[svg-developers] Problem in Resize SVG rect Drag and Rotate......with code file

2011-01-21 Thread Mr Rauf
HI All, i want to implement the functionalty of rectangle very similar like SVG-edit where user can rotate the rectangle and also resize it.But i have problem in resizing the rectangle ,when the Rectangle is move functionalty is reversed can any one help me to solve thissPlz help me to

[svg-developers] Resize SVG rect and Rotate...

2011-01-13 Thread Mr Rauf
All, i want to implement the functionalty of rectangle very similar like SVG-edit where user can rotate the rectangle and also resize it.But i have problem in resizing the rectangle ,when the Rectangle is move about 180 degreeits functionalty is reversed can any one help me to solve

[svg-developers] SVG Zoom and pan

2011-01-04 Thread Mr Rauf
hi guys, currently i m working on Svg zoom i implemented with view box attribute but when i move the svg object its ad distance in cursor and object - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

[svg-developers] SVG Zoom and pan

2011-01-04 Thread Mr Rauf
hi guys, currently i m working on Svg zoom i implemented with view box attribute but when i move the svg object its ad distance in cursor and object - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

[svg-developers] SVG Grouping without using use tag ???

2010-12-01 Thread Mr Rauf
The SVG use tag doesn't work in chrome. How do I group svg shapes like rect,circle,path without using SVG use tag ? - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers

RE: [svg-developers] SVG use tag support in chrome???

2010-11-30 Thread Mr Rauf
-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Montag, 29. November 2010 12:36 To: svg-developers@yahoogroups.com Subject: RE: [svg-developers] SVG use tag support in chrome??? Thanx Chris, i download your code its also not working in chrome --- On Mon, 11/29/10, Chris Peto

Re: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Mr Rauf
bug tracker if you find it important. Jake On Mon, Nov 29, 2010 at 7:38 AM, Mr Rauf cute_rauf_...@yahoo.com wrote: hi all, i am working on the svg grouping.I did it last day but the problem is that, code is not working on google chrome.Does chrome have not some SVG tag support.i think

RE: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Mr Rauf
, November 29, 2010, 2:40 AM   Hi, Did you not get my example? I did grouping without Use. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Montag, 29. November 2010 11:17

RE: [svg-developers] SVG use tag support in chrome???

2010-11-29 Thread Mr Rauf
: Monday, November 29, 2010, 2:40 AM   Hi, Did you not get my example? I did grouping without Use. Regards, Chris From: svg-developers@yahoogroups.com [mailto:svg-develop...@yahoogroups.com] On Behalf Of Mr Rauf Sent: Montag, 29. November 2010 11

[svg-developers] SVG use tag support in chrome???

2010-11-28 Thread Mr Rauf
hi all, i am working on the svg grouping.I did it last day but the problem is that, code is not working on google chrome.Does chrome have not some SVG tag support.i think problem with svg use tag.. Thanks in advance - To unsubscribe send a

[svg-developers] Dynamically create g in svg

2010-11-13 Thread Mr Rauf
All, I am working on a SVG web application having a tough time figuring this one out. The functionality I want to achieve allows the user to draw (with the mouse) a rectangle around objects already placed on the screen. When two or more objects are under this drawn rectangle, they

[svg-developers] Dynamically create g in svg

2010-11-10 Thread Mr Rauf
Hi i want to move all the elements which are group together in the following code but on draging only the specific element is moved..i am nt able to move the all elements.. whereas i want to move the elements in a group..! kindly tell me how to group the svg elements dynamically...! var

[svg-developers] Re: resize and draggable the group of the SVG element.....

2010-11-08 Thread Mr Rauf
--- In svg-developers@yahoogroups.com, jeff_schiller jeff_schil...@... wrote: --- In svg-developers@yahoogroups.com, Mr Rauf cute_rauf_696@ wrote: I am working on a SVG and now want to let a user resize an object using draggable corners, very much like in SVG-edit (http://svg

[svg-developers] resize and draggable the group of the SVG element.....

2010-11-04 Thread Mr Rauf
I am working on a SVG and now want to let a user resize an object using draggable corners, very much like in SVG-edit (http://svg- edit.googlecode.com/svn/trunk/editor/svg-editor.html). The functionality should work as follows: The user selects the SVG objects, drags it to the main `canvas' and