Re: [FlexJS] Should charts use Fill and Stroke

2014-09-17 Thread Peter Ent
OK, great. I have been experimenting with graphics with large numbers of points to see how well a lot of elements works on the Javascript side. Ran into some internal charting thing that is giving me multiple curves, so I have to track that down. I think we'll probably wind up with a package of ch

Re: [FlexJS] Should charts use Fill and Stroke

2014-09-16 Thread OmPrakash Muppirala
On Sun, Sep 14, 2014 at 10:08 AM, Peter Ent wrote: > I think filling bars and wedges with gradients will be wanted so I'll put > that on my to-do list. > > I just pushed a big commit adding LinearGradient support for AS and JS versions. On the AS side, rotation for LinearGradient in an Elliptica

Re: [FlexJS] Should charts use Fill and Stroke

2014-09-14 Thread Peter Ent
I think filling bars and wedges with gradients will be wanted so I'll put that on my to-do list. Peter Ent Adobe Systems > On Sep 13, 2014, at 2:25 PM, "OmPrakash Muppirala" > wrote: > >> On Sep 13, 2014 3:42 AM, "Peter Ent" wrote: >> >> Right now the chart package uses simple uint proper

Re: [FlexJS] Should charts use Fill and Stroke

2014-09-13 Thread OmPrakash Muppirala
On Sep 13, 2014 3:42 AM, "Peter Ent" wrote: > > Right now the chart package uses simple uint properties for fills and line strokes. I'm wondering if the charts should use IFill and IStroke now. > I added those interfaces in preparation for the linear and radial gradient fills that I will be worki

[FlexJS] Should charts use Fill and Stroke

2014-09-13 Thread Peter Ent
Right now the chart package uses simple uint properties for fills and line strokes. I'm wondering if the charts should use IFill and IStroke now. Btw: using the core.graphics package makes a huge difference to the chart package and to me, because it makes things a lot easier. Peter