Tag Archives: geometry

Rectangle rounded corner behavior

If your rectangle appears to have a corner radius and radiusX and radiusY are not set then check that the stroke joint type is set to miter (JointStyle.MITER). See below: <s:Rect id="border" width="500" height="500" horizontalCenter="0" radiusX="0" radiusY="0"> <s:stroke> <s:SolidColorStroke color="#FFFFFF" … Continue reading

Posted in Flash, Flex, Tips | Tagged , , , , | Leave a comment