RE: [svg-developers] SVG Drawing Tool - Simplified

2011-09-16 Thread David Dailey
Also, not trying to pile on, but my curiosity surrounds the issue of what things did you find that worked in IE9 that don't work elsewhere? I have found that almost anything that works in IE9 works elsewhere already, so I'm very curious to see if there are certain constructs that are causing thing

RE: [svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread David Dailey
Francis Hemsher wrote: >OK, show me a SMIL animation. I'll present comparable JavaScript that will do the same, but better. Okay, give these four a try: http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2010/replicate.htm (Opera, Chrome, Firefox, or IE/ASV) http://srufaculty.sru.edu/da

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread dark3251
> All exhibit an obnoxious 'flashing' when the animation fires each time for > mouseover. FF furthermore creates a stutter when the mouse is moved during > the outward pulse. > > What I will attempt to do is to eliminate the 'flashing' so the pulse in/out > is as smooth as a babies bottom. >

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Francis Hemsher
--- In svg-developers@yahoogroups.com, "dark3251" wrote: > > Whoops, messed that link up: > > Animation > I've loaded the above into FF, Opera, and IE9/ASV. All exhibit an obnoxious 'flashing' when the animation fires each time for mouseover. FF fur

Re: [svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Jeff Schiller
Looks like filters are coming in IE10 (yay!). On the other hand, it doesn't look very good for SMIL (boo) or SVG fonts (meh). And yes, Francis, by my count, 55% of the web can see SVG right now and only a small portion of those are using IE9. Jeff On Fri, Sep 16, 2011 at 12:02 PM, Jacob Beard

Re: [svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Jacob Beard
On Sep 16, 2011 10:56 AM, "Francis Hemsher" wrote: > > > > > > --- In svg-developers@yahoogroups.com, "dark3251" wrote: > fhemsher@> wrote: > > > 7+48=55 ?? > > > > > > Anyone using Windows7/8 OS can access the app...U.S. stats: 48% and increasing about 8% per month. > > > > > > Not necessarily t

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread dark3251
Whoops, messed that link up: Animation [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread dark3251
> > OK, show me a SMIL animation. I'll present comparable JavaScript that will do the same, but better. > Deal. I had some key values laying around from a project I did a while ago. I will be happy to look at how efficiently (and quickly) you can make this animation using JavaScript alone. Hell,

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Francis Hemsher
--- In svg-developers@yahoogroups.com, "dark3251" wrote: > > > SMIL is...dead,dead,dead. A bit of JavaScript can provide a much richer > > animation experience than the canned methods of SMIL ;) > > > > Dead? More like just being born... > > First, I would disagree, because SMIL has the abili

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread dark3251
> SMIL is...dead,dead,dead. A bit of JavaScript can provide a much richer > animation experience than the canned methods of SMIL ;) > Dead? More like just being born... First, I would disagree, because SMIL has the ability to understand keytimes and splines out of the box, why would you take th

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Francis Hemsher
--- In svg-developers@yahoogroups.com, "dark3251" wrote: > > > This is just not so. What 'very large portion' of SVG functionality does > > IE9 lack? > > > > SMIL > SMIL is...dead,dead,dead. A bit of JavaScript can provide a much richer animation experience than the canned methods of SMIL ;)

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread dark3251
> This is just not so. What 'very large portion' of SVG functionality does IE9 > lack? > SMIL - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my mem

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Francis Hemsher
--- In svg-developers@yahoogroups.com, "dark3251" wrote: fhemsher@> wrote: > > 7+48=55 ?? > > > > Anyone using Windows7/8 OS can access the app...U.S. stats: 48% and > > increasing about 8% per month. > > > Not necessarily true because Win7 comes with IE8 installed which has 0 SVG > support

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread dark3251
--- In svg-developers@yahoogroups.com, "Francis Hemsher" wrote: > 7+48=55 ?? > > Anyone using Windows7/8 OS can access the app...U.S. stats: 48% and > increasing about 8% per month. Not necessarily true because Win7 comes with IE8 installed which has 0 SVG support. You are also sacrificing

[svg-developers] Re: Bug on refresh Pattern when drag&drop with EI9?

2011-09-16 Thread philsvg
Hello David, In simple case, drag&drop works properly in IE : move directly an object is basic. In my case, i suspect this issue occurs only on pattern ( filled in a group and nested in groups? display by a use? associated with a clip-Path?). That is important for developpers is a simple test c

[svg-developers] Re: SVG Drawing Tool - Simplified

2011-09-16 Thread Francis Hemsher
--- Jeff Schiller wrote: > > if(user.indexOf("MSIE 9.0")==-1 && user.indexOf("MSIE 10.0")==-1) > > um... > > I'm not trying to pile on here, but I can't fathom why you would design this > application for one and only one browser. To my count, you're serving 7% of > web users and leaving the ot

[svg-developers] Re: No Keyboard Events

2011-09-16 Thread dark3251
Correct me if I'm wrong, but I think the only way it's even possible to highlight text is to make some makeshift functions that create and change colors manually. The more I look at the spec, it seems like these focus events seem to be associated with text even though they are on all primitiv

[svg-developers] Re: Funny error with getBBox() in Firefox

2011-09-16 Thread Robert Longson
You're seeing bug https://bugzilla.mozilla.org/show_bug.cgi?id=612118. Best regards Robert - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my me