Release v0.7
April 3, 2011
A somewhat minor update, but it produces excellent visuals. Release v0.7 includes the addition of a rotateElements parameter to both CircleLayout and RectangleLayout. As always, the latest FlexLayouts library is available for immediate download. All code is MIT and available on github.
Setting rotateElements to true makes all of the elements in the layout point outwards. For example, you could use two separate CircleLayout‘s to construct a clock. One with rotateElements="false" for the numbers on the face (because they always point upwards). And another with rotateElements="true" for the tickmarks (a bunch of rotated rectangles).
no comments