Steps to reproduce:
1. Compile and run attached MXML file (or view SWF). The fill isnt defined and the ellipse isnt visible by default.
2. Click "Set source (Flex)" button, which sets the BitmapFill object's source property to an embedded image.
Actual Results:
No change. The fill still isnt visible after setting the fill source.
For the fill to be visible you need to change the width/height using the sliders.
Expected Results:
Setting the source property should invalidate the graphic object and immediately display the bitmap fill.
Workaround (if any):
Set the width/height after setting the source.
Steps to reproduce:
1. Compile and run attached MXML file (or view SWF). The fill isnt defined and the ellipse isnt visible by default.
2. Click "Set source (Flex)" button, which sets the BitmapFill object's source property to an embedded image.
Actual Results:
No change. The fill still isnt visible after setting the fill source.
For the fill to be visible you need to change the width/height using the sliders.
Expected Results:
Setting the source property should invalidate the graphic object and immediately display the bitmap fill.
Workaround (if any):
Set the width/height after setting the source.