wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Flex4: ImageMap does not pickup outlineThickness style #288

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the image map sample
2. Click "show outline" checkbox
3. Notice that states are not outlined

What is the expected output? What do you see instead?
The states should be outlined

The problem is that apaprently, the drawing function can't get the outline 
thickness style.
The quick and dirty fix in right now is to hardcode outline thickness when 
building for flex4.
This should be changed to actually pick the value from the style.

Original issue reported on code.google.com by olarivain@gmail.com on 29 Mar 2010 at 2:07