Updated Branches: refs/heads/release4.11.0 1f97252f8 -> 77f4c997a
Subtle tweaks to 640 dpi skins Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f22a9534 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f22a9534 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/f22a9534 Branch: refs/heads/release4.11.0 Commit: f22a95340f65c83e0751b7228edbbdf691807534 Parents: 1f97252 Author: Om <[email protected]> Authored: Tue Oct 15 02:16:57 2013 -0700 Committer: Om <[email protected]> Committed: Tue Oct 15 02:16:57 2013 -0700 ---------------------------------------------------------------------- .../skins/mobile640/assets/CheckBox_downSymbolSelected.fxg | 7 +------ .../skins/mobile640/assets/CheckBox_upSymbolSelected.fxg | 5 ----- .../src/spark/skins/mobile640/assets/RadioButton_up.fxg | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f22a9534/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_downSymbolSelected.fxg ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_downSymbolSelected.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_downSymbolSelected.fxg index ccb1b88..5567e17 100644 --- a/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_downSymbolSelected.fxg +++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_downSymbolSelected.fxg @@ -33,9 +33,4 @@ <SolidColorStroke weight="1" joints="bevel" color="#FFFFFF"/> </stroke> </Path> - <Path x="4" y="20" alpha="0.7" data="M0 12 22 34 56 0" scaleX="2.0" scaleY="2.0"> - <stroke> - <SolidColorStroke weight="1" joints="bevel"/> - </stroke> - </Path> - </Graphic> \ No newline at end of file +</Graphic> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f22a9534/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_upSymbolSelected.fxg ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_upSymbolSelected.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_upSymbolSelected.fxg index 190011f..53b8f18 100644 --- a/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_upSymbolSelected.fxg +++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/CheckBox_upSymbolSelected.fxg @@ -33,9 +33,4 @@ <SolidColorStroke weight="1" joints="bevel" color="#FFFFFF"/> </stroke> </Path> - <Path x="4" y="20" data="M0 12 22 34 56 0" scaleX="2.0" scaleY="2.0"> - <stroke> - <SolidColorStroke weight="1" joints="bevel"/> - </stroke> - </Path> </Graphic> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f22a9534/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/RadioButton_up.fxg ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/RadioButton_up.fxg b/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/RadioButton_up.fxg index 02d7a11..da0d0f0 100644 --- a/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/RadioButton_up.fxg +++ b/frameworks/projects/mobiletheme/src/spark/skins/mobile640/assets/RadioButton_up.fxg @@ -19,7 +19,7 @@ --> <Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008"> - <Path data="M2 32C2 16 16 2 32 2 48 2 62 16 62 32 62 48 48 62 32 62 16 62 2 48 2 32ZM0 32C0 50 14 64 32 64 50 64 64 50 64 32 64 14 50 0 32 0 14 0 0 14 0 32Z" scaleX="2.0" scaleY="2.0"> + <Path x="-2" y="-2" data="M2 32C2 16 16 2 32 2 48 2 62 16 62 32 62 48 48 62 32 62 16 62 2 48 2 32ZM0 32C0 50 14 64 32 64 50 64 64 50 64 32 64 14 50 0 32 0 14 0 0 14 0 32Z" scaleX="2.0" scaleY="2.0"> <fill> <LinearGradient x="32" y="0" scaleX="64.0005" rotation="90"> <GradientEntry ratio="0" alpha="0"/>
