[svg-developers] Help? What sites & blogs allow upload and viewing of animated SVG photos?

2012-06-01 Thread raster2vectorjerry
I want to start displaying animated SVG photos that are created using our new online animated SVG tool; however, it's rather hard to find sites that already permit them for upload. I figure that a collaboration of SVG developers would be the perfect answer, and maybe it might help a few other p

RE: [svg-developers] Re: Manipulating SVG in HTML using JavaScript

2012-06-01 Thread A . J . Brasher
Hi Jason >Is there a way to move a group from one set of coordinates >to another? For example if the grid were originally placed >x=0 y=0 width=540 height=540 would it be possible to change >the x and y values You can use the transform attribute to achieve this http://www.w3.org/TR/SVG/coords.ht

RE: [svg-developers] Drag from DOM Element of HTML & Drop into SVG Element

2012-06-01 Thread David Dailey
Hello Barkha, This is an interesting question, and is something I've never tried. What I would try is something like this (rolling my own event handlers and script rather than relying on libraries that might do some of the interface handling) a) Activate the html documentElement so that i

[svg-developers] Drag from DOM Element of HTML & Drop into SVG Element

2012-06-01 Thread barkha
Dear All, I want to drag HTML Div Element from a list of Div elements & drop it as an image into the SVG element of SVG file that is embedded with the same HTML file that contains the list of Division Elements,what is the exact way to achieve this? Regards, Barkha

[svg-developers] Filter transformations

2012-06-01 Thread honyk
Dear All, I'd like to transform (rotate) my object with the filter applied to it, but I want to keep my filter without object's transformation. I ended up with this code. In sum, there are three rotations (back and forward) to get the desired effect: http://bilyujezd.cz/other/fePointLight.svg (wor