-
Recent Posts
Recent Comments
- Judah on 1087: Syntax error: extra characters found after end of program.
- Kristoffer on 1087: Syntax error: extra characters found after end of program.
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- khanou on A file found in a source-path can not have more than one externally visible definition
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
May 2013 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Blogroll
Meta
Tag Archives: fxg
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