Question
Discrepancy between UI and ESTK
I have filed bug FRMAKER 5894:
| Line | Rectangle | |
|---|---|---|
| Creation via UI | Stroke can not be set to 0. It is automatically set to 0.015pt = 983 units. | Stroke can not be set to 0. It is automatically set to 0.015pt = 983 units. |
| Height can be set to 0. | ||
| Rotated object reports Angle = 0. | Rotated object reports correct angle. | |
| Creation by script | BorderWidth can not be set to 0. Minimum is 0.125pt | BorderWidth can not be set to 0. Minimum is 0.125pt |
| Height = 0 is not possible. Minimum is 0.125pt. | ||
| Rotated object reports Angle = 0. | Rotated object reports Angle = 0. |
In my huble opinion there should be equal behaviour of UI and ExtendScript concerning these facts.

