Closed pixelzoom closed 9 years ago
1.0.0 was published Jan 15 08:22.
Oops. The above commits should have been associated with #35.
Bisected this. It broke when the switch from sun.HStrut to scenery.HStrut occurred. So there's something different about scenery.HStrut.
Verified by changing this line 49 of SandwichNode from this:
thisNode.addChild( new HStrut( MAX_WIDTH, { centerX: 0 } ) );
to this:
thisNode.addChild( new Line( 0, 0, MAX_WIDTH, 0, { centerX: 0 } ) );
This was a bug in scenery.Spacer, the supertype of HStrut. Fixed in https://github.com/phetsims/scenery/issues/442. Closing.
See screenshot below, problematic icons indicated by arrows. These icons are slight left of where they should be; they should be centered above the numbers. This broke sometime after version 1.0.0.