[svg-developers] loss of time axis ? Any Suggestions ??

2008-09-29 Thread narendra sisodiya
the slides, same thing I want to extend to svg, where each svg element will be added to dom dynamically with such timeout event generate by time.xml file. Any suggestions, -- ‚€€€[ Narendra Sisodiya ]€€ƒ  http://narendra.techfandu.org  http://www.lug-iitd.org  http

Re: [svg-developers] Re: loss of time axis ? Any Suggestions ??

2008-09-29 Thread narendra sisodiya
Magalhães [1] http://www.w3.org/TR/SVG/animate.html [2] http://www.codedread.com/svg-support.php -- ┌───[ Narendra Sisodiya ]──┐ │ http://narendra.techfandu.org │ http://www.lug-iitd.org │ Follow me : http://twitter.com/eduvid └[ +91-93790-75930

Re: [svg-developers] loss of time axis ? Any Suggestions ??

2008-09-29 Thread narendra sisodiya
Thanks a lot David, I am going with 2nd approach, * You can also control svg visibility through javascript (by getting the object through DOM) and then modifying attributes (either opacity or visibility or display) in the middle of a window.setTimeout* I am modifying simple richdraw Editor (

Re: [svg-developers] New to SVG: why the event target is not elment 'test3'?

2008-09-30 Thread narendra sisodiya
=green/ g id= rect id=test4 x=100 y=100 width=100 height=100 fill=yellow onclick=showCoord(evt)/ rect id=test3 x=250 y=250 width=100 height=100 fill=blue onclick=showCoord(evt)/ /g /g -- ‚€€€[ Narendra Sisodiya ]€€ƒ  http://narendra.techfandu.org

[svg-developers] call for developers and Comments on eduvid project.

2008-10-05 Thread narendra sisodiya
. -- ‚€€€[ Narendra Sisodiya ]€€ƒ  http://narendra.techfandu.org  http://www.lug-iitd.org „[ +91-93790-75930 ]€€… [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED

[svg-developers] Re: call for developers and Comments on eduvid project.

2008-10-05 Thread narendra sisodiya
*small inline correction,* 2008/10/5 narendra sisodiya [EMAIL PROTECTED] Dear All, Hi, I am a Indian developer. I am working on a project for student e-learning platform, It include SVG whiteboard also According to my past study/understanding I proposed 5 law for Educational

[svg-developers] Magic: SVG drag of Element using jquery svg is most simple

2008-10-07 Thread narendra sisodiya
friends/div div class=canvas1 id=svgintro /div /body /html -- ‚€€€[ Narendra Sisodiya ]€€ƒ  http://narendra.techfandu.org  http://www.lug-iitd.org „[ +91-93790-75930 ]€€… [Non-text portions of this message have been removed

Re: [svg-developers] Magic: SVG drag of Element using jquery svg is most simple

2008-10-08 Thread narendra sisodiya
- From: narendra sisodiya [EMAIL PROTECTED]narendra.sisodiya%40gmail.com To: svg-developers@yahoogroups.com svg-developers%40yahoogroups.com Cc: Keith Wood [EMAIL PROTECTED]kbwood%40virginbroadband.com.au Sent: Wednesday, October 08, 2008 1:46 AM Subject: [svg-developers] Magic: SVG drag

Re: [svg-developers] Text animation in SVG

2010-07-16 Thread narendra sisodiya
On Wed, Jul 14, 2010 at 5:03 PM, Chethan K.R chethan...@yahoo.com wrote: Hi, I am trying to explore SVG. Is there any easy way to animate text in SVG.? Yes, Here is a non-standard way to animate. This will just simply the syntax circle end-dur=92811 start-dur=91561 stroke=black

Re: [svg-developers] Text animation in SVG

2010-07-18 Thread narendra sisodiya
On Fri, Jul 16, 2010 at 11:55 AM, Chethan K.R chethan...@yahoo.com wrote: Hi Erik, Thanks for the Quick response and the resource links. There are many different ways to do that, how do you want to animate the text? I wanted to animate alphabets every 2 secs.What i could learn from

Re: [svg-developers] SVG vs. Canvas

2010-10-29 Thread Narendra Sisodiya
://player.microsoftpdc.com/Session/6b113af7-ba3e-44ae-bf8c-1f394029cc18 I tried opening this link and unable to open the link. the above page need an alien technology plugin. #fail -- ┌─┐ │Narendra Sisodiya │http://narendrasisodiya.com └─┘ [Non-text portions

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

2010-11-04 Thread Narendra Sisodiya
On Thu, Nov 4, 2010 at 10:16 AM, Mr Rauf cute_rauf_...@yahoo.com 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- edit.googlecode.com/svn/trunk/editor/svg-editor.html). The functionality should work as

Re: [svg-developers] click coordinates not of object

2010-11-19 Thread Narendra Sisodiya
On Sat, Nov 20, 2010 at 9:03 AM, Kenneth Nellis nelli...@verizon.netwrote: I have this SVG file* that displays a centered grid, dimensions 10x10, that scales to the size of the web page. I've attached an onclick handler to the grid that displays the x,y coordinates of the click point. I want

[svg-developers] Tools to create SVG animations

2011-06-16 Thread Narendra Sisodiya
May somebody list what are the tools available to do animation. also examples. I want to create some educational content in SVG. -- ┌─┐ │Narendra Sisodiya │http://narendrasisodiya.com └─┘ [Non-text portions of this message have been

Re: [svg-developers] Re: Tools to create SVG animations

2011-06-17 Thread Narendra Sisodiya
On Fri, Jun 17, 2011 at 8:07 PM, samydagan da...@post.tau.ac.il wrote: ** Hi Narendra, I am producing svg animations for math, but I don't have any tools. I am using ecma-script. You can have a look at Thanks.. I am also working on Math. http://mathdl.maa.org/mathDL/47/ and open

Re: [svg-developers] Re: Tools to create SVG animations

2011-06-21 Thread Narendra Sisodiya
On Sat, Jun 18, 2011 at 1:08 AM, mikh2161 mikh2...@gmail.com wrote: ** Who knows, GeoGebra may support this in the future. Right now it only supports exporting exporting as a static SVG file. I think beta version (or the version which is going to be released will ) support HTML5 export