... David, FilterRes animation is fixed in Firefox 8. You can try a Beta now or wait till November the 8th for usual upgrade. There are filter and animation...
65289
David Dailey
ddailey@...
Nov 1, 2011 11:32 am
... till November the 8th for usual upgrade. ... Thanks Robert, I must say that the progress with both filters and animation in the past two years has been...
65290
David Dailey
ddailey@...
Nov 1, 2011 2:28 pm
http://granite.sru.edu/~ddailey/svg/feComponentTransferGreen.svg In it I tried inverting all three color channels in the ellipse on the right by ...
... David, Have you tried setting color-interpolation-filters to sRGB? Best regards Robert...
65292
David Dailey
ddailey@...
Nov 1, 2011 5:44 pm
No I had forgotten to try that, but thanks for reminding me. So I did and the results are better: ...
65293
David Dailey
ddailey@...
Nov 1, 2011 6:31 pm
Another question while on the topic of feComponentTransfer - type=identity Wouldn't <filter id="F"> <feComponentTransfer> <feFuncR type="table" tableValues="1...
65294
David Dailey
ddailey@...
Nov 1, 2011 7:07 pm
As a reward for your patience in reading the preceding questions, I offer http://granite.sru.edu/~ddailey/svg/feComponentTransfer2.svg It runs roughly the same...
... You can animate the type attribute but you can't animate away the existance of an element although I suppose you could create an identity mapping from one...
Hi, I have had experience with SVG SMIL but been investigating upon CSS3 animations and trying to achieve the same thing with CSS3. One area I am finding...
Hi, I'm not sure what you're trying to acheive her. I get rid of all Inkscape's namespaces (now you can do it by simply choosing "Optimized SVG" from...
Hi, I have a requirement of embeding a SVG document dynamically with javascript inside a HTML. For this I had a <object> element with a blank "data" attribute...
65299
David Dailey
ddailey@...
Nov 3, 2011 3:33 pm
Hi Robert, I don't think that's what I meant. feComponentTransfer type="identity" seems to do nothing. I'm not sure why we have it in the spec. Regards David ...
David, what I meant was this... http://hoffmann.bplaced.net/svgtest/fecomponenttransfer08.svg You could do this without type="identity" but you'd have to...
Hi, Well recently I came across "Kinetic Typography" which is about motion of a text with interesting patterns Upon doing a search I came across people saying...
I'm seeing the same problem in both Chrome 15.0.874.106 m, and in Safari 5.1.1, so maybe a general Webkit issue? A workaround seems to be to create the object...
Pioneered by the Mozilla Foundation with the release of the new Firefox web browser, SVML brings the best features of SVG and HTML together to be shared. HTML...
... tried out Google Sites <http://sites.google.com/>? In combination with Google Docs, Google Groups, Google+ there are a lot of options for collaboration,...
Yes but this was a simple one, I wanted to check if more sophisticated motions are possible, looks like these needs to be handcoded using the basic animations...
65307
David Dailey
ddailey@...
Nov 5, 2011 2:23 pm
I'm not quite sure which sorts of motions those might be that you're interested in, but sure, " the basic animations like rotate, translate, scale, animate and...
65308
David Dailey
ddailey@...
Nov 5, 2011 2:27 pm
(sorry for duplication, this seems not to have gone through the first time) Hi Domenico, Those poor lizards. Yes, I agree that the behavior is not consistent...
65309
David Dailey
ddailey@...
Nov 6, 2011 4:41 pm
Hey Jeff! Thanks for the suggestion. I just looked into Google Sites a bit and it indeed looks quite promising. I think I'll ask one of our energetic students...
65310
Zdeněk Kedaj
zdenek.kedaj@...
Nov 6, 2011 6:25 pm
I am glad to see such movement! I think the mailing list itself is quite cumbersome to operate with and some new community infrastructure could help to attract...
65311
David Dailey
ddailey@...
Nov 6, 2011 8:11 pm
Hi Zdenek, I appreciate your enthusiasm, but you might want to see if anything actually materializes ;) I tried creating a thingy – using something called...
Hi David, ... And there are good reasons that an author might want the opposite, I would guess in more than 50% of the cases. In fact, you define your motion...
I think that the SVG API is lacking something like PostScript's insideness testing operators[1] (7.4 MiB PDF) that tell you whether a point lies inside a path...
... document.getElementFromPoint will tell you whether a point is inside an element. Best regards Robert....
65316
David Dailey
ddailey@...
Nov 8, 2011 1:18 pm
Hi Robert, Where is getElementByPoint documented? I went looking in http://www.w3.org/TR/SVG11/struct.html#DOMInterfaces for it but didn't find it there. On...
If getElementFromPoint is not part of the spec, I would just create a rect/BBox of the point and then document.getIntersectionList(pointBox, null). [Non-text...