... Is this what you had in mind : http://leunen.d.free.fr/prog-blur.svg ? Yes, it is an approximation of a real progressive blur. But not perfect, and it ...
... input ... I would have thought the performance of doing the central part of the filter calculation in javascript and then transferring the results to the...
I would have thought the performance of doing the central part of the ... This is an implementation problem. Optimization solutions exist. And anyway, I'd...
... Yes, it is an approximation of a real progressive blur. But not perfect, and it cannot be achieved with a filter [Agreed; and yes that is what I had in...
Dailey, David P.
david.dailey@...
Oct 1, 2008 4:51 pm
61232
thank you all! I made those changes you recommended and it works now . thanks again! [Non-text portions of this message have been removed]...
Hi All, I am running into trouble again and need your kindly help. basically i want to enable drag and drop function in my svg, so i followed the sample...
... The "minor" change seems to be unrelated to what you have described. The issue probably has to do with the order by which methods are invoked (probably a...
Hi IE specialists (if there are any on this list), This refers to IE and the Adobe SVG viewer version 3. I tested on IE 6 (Win2K). I have a couple of SVG...
Hi, I wonder how I can detect with Javascript whether a browser implements SMIL or not. I know that fakesmil can detect it but I couldn't figure out how it ...
it seems like our friends at Adobe did not implement the feature testing ;-( There really should be a solution for these IE SVG problems ... Andreas...
it seems like our friends at Adobe did not implement the feature ... really ? I'm surprised. Maybe with the SVG 1.0 feature string : "org.w3c.svg.animation" ...
... hm - I tried document.implementation.hasFeature("org.w3c.svg.animation","1.0") and ASV returns false. Is this the correct way to test feature strings in...
... [...] ... [...] ... Weird, in deed! :-| Without testing myself (I'd need to download all referenced files to create a local environment), I'd suggest...
Hi Andreas and Helder, WindowsXP, IE7, and ASV3.03 work fine for me. Are you using Vista? or ASV earlier version? If not, I cannot think of a rational...
Andreas, I've never seen that problem using IE6 and IE7 quite a bit. In fact in IE7/ASV3.03 I can't replicate your problem with the file you mention. I'm still...
Dailey, David P.
david.dailey@...
Oct 3, 2008 4:53 pm
61245
can you reload http://www.carto.net/williams/yosemite/ two or multiple times and it always works? Andreas ... in IE7/ASV3.03 I can't replicate your problem...
I am on Windows2000 - my employer will move to Windows XP later this year. At home I don't have Windows. Most of our applications (GIS, CAD, customized Apps...
Andreas, Yes, I've reloaded a dozen or so times without problems. Zooming works and all. Makes me want to get out on the trails. David From:...
Dailey, David P.
david.dailey@...
Oct 3, 2008 6:29 pm
61248
Using your link, I get JScript runtime error: "'this.mapSVG' is null or not an object line:73, column 1" on reload. That is on Windows XP, IE 6, with ASVG...
... or not an object line:73, column 1" on reload. ... others cannot reproduce it. ... This sounds like an incomplete load of one of the scripts. Andreas - do...
... You can see what feature strings are supported by displaying this page in the browser of your choice: http://www.codedread.com/svgtest.svg Best regards ...
thank you . i tried to change the order but still get the same result.:-(. On Thu, Oct 2, 2008 at 9:08 PM, Helder Magalhães <helder.magalhaes@... ... ...
Thanks Andreas, ... Additivity is the next feature I want to be working on. But the solution I imagine requires a big refactoring of the code. So, I have to...
... On a sidenote, the library's name is "FakeSmile" [1] Not FakeSMILe. Not FakeSMIL. ... I suppose the occasional mis-naming of it on the web actually will ...
... dragged ... is ... case, ... with ... selecting ... 'none'); ... of ... Use "mousemove" instead of "mouseover". Mouseover is invoked when the mouse cursor...
You should put the animateTransform element behind the tspan. I don't know about the current version, but some versions of Firefox didn't display text, when...