Re: [svg-developers] Google Maps to use svg

2006-02-10 Thread ilker
Does it possible server side scripting within svg ? - Original Message - From: lakeuk To: svg-developers@yahoogroups.com Sent: Friday, February 10, 2006 12:46 AM Subject: [svg-developers] Google Maps to use svg Looks like there is still life in the old dog (svg) yet, in

[svg-developers] server side scripting??

2006-02-10 Thread ilker
Does it possible server side scripting within svg ? [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-developers and click edit my membership Yahoo! Groups Links * To visit your

[svg-developers] Wireframe, lines that do not scale

2006-02-10 Thread seanmc_42
I'm windering how to define a path with lines that stay at 1 pixel width no matter the scaling of the object... Is that possible? I'm imagining that even if not possible in a static SVG description, it might be possible using scripting and adjusting the line's attributes when scaled ... but need

[svg-developers] Two-way travel

2006-02-10 Thread Fulio Pen
The rectangle in the following page moves one way. But I like to see it to move forward and backward alternatively. It is similar to the effect of html tag marquee's attribute behavior='alternate', just the path is diagonal: http://www.pinyinology.com/svg/move_bf.svg Following is the code.

Re: [svg-developers] Two-way travel

2006-02-10 Thread Hago Ziegler
Fulio Pen schrieb: The rectangle in the following page moves one way. But I like to see it to move forward and backward alternatively... You could do it this way: circle cx=50 cy=50 r=10 fill=red opacity='.7' animateTransform attributeName=transform attributeType=XML type=diagonal