Guest User

Untitled

a guest
Mar 2nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.58 KB | None | 0 0
  1. <s:Rect left="0" right="0" top="0"
  2.             height="{this.height / 2}"
  3.             >
  4.         <s:fill>
  5.             <s:LinearGradient rotation="90">
  6.                 <s:GradientEntry color="#ffffff" ratio="0"/>
  7.                 <s:GradientEntry color="#7FFFD4" ratio="1"/>
  8.             </s:LinearGradient>
  9.         </s:fill>
  10.     </s:Rect>
  11.     <s:Rect left="0" right="0"
  12.             y="{this.height / 2}" height="{this.height / 2}"
  13.             >
  14.         <s:fill>
  15.             <s:SolidColor color="#7FFFD4"/>
  16.         </s:fill>
  17.     </s:Rect>
  18.     <s:Graphic>
  19.         <s:Path
  20.             data="m 0 −40 l 20 40 l 10 0 l 0 -40">
  21.             <s:fill>
  22.                 <s:SolidColor color="#ffffff"/>
  23.             </s:fill>
  24.         </s:Path>
  25.     </s:Graphic>
Add Comment
Please, Sign In to add comment