alexvoz / as3isolib

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

IsoRectange Borders not drawn if Stroke not provided #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create IsoRectangle Object without specifying Stroke
2. Add to Scene
3.

What is the expected output? What do you see instead?
Rectangle should default the Stroke to the DEFAULT_STROKE.
No borders are drawn.

What version of the product are you using? On what operating system?
Latest Trunk Code.

Please provide any additional information below.

Changed line 67 of IsoPolygon.as to

var stroke:IStroke = strokes.length >= 1 ? IStroke(strokes[0]) : 
DEFAULT_STROKE;

Original issue reported on code.google.com by centime...@gmail.com on 5 Sep 2009 at 6:42

GoogleCodeExporter commented 9 years ago

Original comment by jwopitz on 8 Sep 2009 at 4:07

GoogleCodeExporter commented 9 years ago
fixed - current for revision 255

Original comment by jwopitz on 8 Sep 2009 at 10:14