I worked mine out from reading this and a fair bit of trial and error: http://www.w3.org/TR/SVG/animate.html#AnimateElement
I had a quick go at animating fill but I couldn't get it to work either :p
Good luck.
Search found 8 matches
- Wed Mar 21, 2012 11:54 pm
- Forum: Inkscape & the Web
- Topic: Animated svg in web browser - animating the color
- Replies: 6
- Views: 10267
- Tue Mar 20, 2012 9:35 am
- Forum: SVG / XML Code
- Topic: Access parent DOM through script in embedded SVG
- Replies: 2
- Views: 5263
Re: Access parent DOM through script in embedded SVG
It helped me; thanks.
- Tue Mar 20, 2012 9:21 am
- Forum: Inkscape & the Web
- Topic: Animated svg in web browser - animating the color
- Replies: 6
- Views: 10267
Re: Animated svg in web browser - animating the color
Hi Nonemoticoner, Off the top of my head I think you could achieve the animation of colour, if by that you mean moving from one to another over time, by using the <animate> tag that you would place inside of the group of things you want the colour of to animate. I have done it with opacity to achiev...
- Wed Oct 13, 2010 10:20 am
- Forum: Inkscape & the Web
- Topic: svg: prefix in xhtml tags
- Replies: 3
- Views: 4130
Re: svg: prefix in xhtml tags
Thanks, quick scan looks of use to my problem; will have a proper look shortly...
- Sat Oct 09, 2010 8:49 am
- Forum: Inkscape & the Web
- Topic: svg: prefix in xhtml tags
- Replies: 3
- Views: 4130
Re: svg: prefix in xhtml tags
Maybe I could frame this question differently: The reason I want to have my svg inline is because I have found that when the browser window is resized the picture is redrawn to fit, which is what I want. I find that importing by using the <object><img> 'belt and buckle' draws the svg to fit the wind...
- Tue Oct 05, 2010 9:22 pm
- Forum: Inkscape & the Web
- Topic: svg: prefix in xhtml tags
- Replies: 3
- Views: 4130
svg: prefix in xhtml tags
Hi, I'm using an Inkscape svg picture inline in an xhtml page. What I have discovered is that all svg tags within the svg namespace of an xhtml document must have the svg: prefix, so that, for example, <linearGradient>...</linearGradient> would be written <svg:linearGradient>...</svg:linearGradient>...
- Tue Sep 28, 2010 8:57 am
- Forum: Help with using Inkscape
- Topic: gradient doesn't move with object
- Replies: 2
- Views: 2168
Re: gradient doesn't move with object
Thanks prkos; will check that out...
- Mon Sep 27, 2010 10:36 pm
- Forum: Help with using Inkscape
- Topic: gradient doesn't move with object
- Replies: 2
- Views: 2168
gradient doesn't move with object
Hi, I'm doing my first drawing in Inkscape and loving the app. I've been trying some glassy textures on objects which involves a lot of gradients. What I find is that I work on my object until it looks like a nice glassy thing then when I try to move it to where I want it in my picture the gradient ...