JSFiddle

Outrageous's public fiddles

  • GroupRotateAngleIssue

    After rotating objects as a selected group the individual object angles aren't correct. Steps to reproduce: 1) Run the jsfiddle... http://jsfiddle.net/Outrageous/a50nrcv0 2) Click the "Show Angle" button. (it should read 0 degrees, and it does) 2) Select both text objects ("text1" and "text2") 3) Rotate the selected group 90 degrees to the right. 4) Click on the canvas to Un-Select the text box group. 5) Click the "Show Angle" button. (it should read 90 degrees, and it does) 6) Select both text objects ("text1" and "text2") 7) Rotate the selected group 90 degrees to the left. 8) Click on the canvas to Un-Select the text box group. 9) Click the "Show Angle" button. (it should read 0 degrees and instead reads -1.4033418597069752e-14 degrees) The two questions I have are: - Why does the angle of the objects not show the correct value when rotating objects as a group. - How can I get the Get the angle of the individual objects without Un-Selecting them.