Re: [FlexJS] SVG Question

2014-06-27 Thread Peter Ent
That would be a nice addition. --peter On 6/27/14 11:03 AM, "OmPrakash Muppirala" wrote: >+1 to ignoring IE8. > >On a side note, I have been working on a graphics sub system that uses SVG >to draw stuff on the screen in FlexJS. > >I hope to commit that sometime soon so that others can use these

RE: [FlexJS] SVG Question

2014-06-27 Thread OmPrakash Muppirala
+1 to ignoring IE8. On a side note, I have been working on a graphics sub system that uses SVG to draw stuff on the screen in FlexJS. I hope to commit that sometime soon so that others can use these APIs to draw things Flash and HTML. Thanks, Om On Jun 27, 2014 7:19 AM, "Kessler CTR Mark J" wr

RE: [FlexJS] SVG Question

2014-06-27 Thread Kessler CTR Mark J
We still have IE8 users here at work ATM (always behind). I still vote don't bother supporting it. There is always the flash player for it for IE8 users. IE9 is the first version that starts supporting newer standards and it's not until IE10 that it can start supporting HTML5 elements consis

Re: [FlexJS] SVG Question

2014-06-27 Thread Harbs
My opinion is to ignore IE8. Anyone running IE8 can use Flash and IE8 support can be provided as a swf. I think FlexJS should concentrate on modern browser support. On Jun 27, 2014, at 4:45 PM, Peter Ent wrote: > I'm developing a PieChart component for FlexJS. I've got a decent start on > the