Open GoogleCodeExporter opened 9 years ago
Greg asked me to post a little MXML here about this problem. The literal MXML
is a
bit cluttered with unrelevant details, though, so I'll give a rough schematic
of what
seems to be the setting of the problem.
<GeometryComposition>
<EllipticalArc>
<fill>
<ComplexFill>
<SolidFill />
<GradientFill />
</ComplexFill>
</fill>
</EllipticalArc>
<transform>
<RotateTransform />
</transform>
</GeometryComposition>
Rotating the EllipticalArc via the tranform makes the arc move, but not the
bounding
box of the gradient that's part of the complex fill.
By the way, I was rotating the arc with an animation (Tweener/AnimateProperty).
I
didn't try changing the rotation by hand (e.g. via slider), but I guess that
shouldn't make any difference?
Original comment by walm...@gmail.com
on 9 Dec 2008 at 1:26
Original comment by greg.d...@gmail.com
on 12 Dec 2008 at 12:05
Original issue reported on code.google.com by
greg.d...@gmail.com
on 9 Dec 2008 at 11:17