| /expo/.github/resources/ |
| H A D | expo-device.svg | 3 <rect width="48" height="48" rx="10" fill="#BD8B60"/> 9 <rect x="20" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 10 <rect x="20" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 11 <rect x="20" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 12 <rect x="23" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 13 <rect x="23" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 14 <rect x="23" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 15 <rect x="26" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 16 <rect x="26" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> 17 <rect x="26" y="19.8838" width="2" height="2" rx="0.5" fill="white"/> [all …]
|
| /expo/docs/ui/components/Home/resources/ |
| H A D | DevicesImage.tsx | 24 fill="none" 42 fill="#745BFF" 59 fill="white" 68 fill="white" 78 fill="white" 88 fill="white" 190 fill="white" 199 fill="white" 209 fill="white" 219 fill="white" [all …]
|
| H A D | SnackImage.tsx | 13 fill="none" 20 css={{ fill: 'var(--orange7)', '.dark-theme &': { fill: 'var(--orange11)' } }} 26 css={{ fill: 'var(--orange8)', '.dark-theme &': { fill: 'var(--orange8)' } }} 30 css={{ fill: 'var(--orange11)', '.dark-theme &': { fill: 'var(--orange6)' } }} 34 fill="var(--orange8)" 38 css={{ fill: 'var(--orange11)', '.dark-theme &': { fill: 'var(--orange6)' } }} 42 css={{ fill: 'var(--orange7)', '.dark-theme &': { fill: 'var(--orange11)' } }}
|
| H A D | CodecademyImage.tsx | 14 fill="none" 18 fill={theme.palette.orange11} 30 fill={theme.palette.orange5} 39 fill={theme.palette.orange5} 46 fill={theme.palette.orange5} 51 fill={theme.palette.orange7} 59 fill={theme.palette.orange5} 64 fill={theme.palette.orange12} 76 fill={theme.palette.orange5} 81 fill={theme.palette.orange5} [all …]
|
| /expo/docs/ui/components/AppJSBanner/ |
| H A D | Background.tsx | 5 <svg width="220" viewBox="0 0 180 91" fill="none" xmlns="http://www.w3.org/2000/svg"> 11 <circle cx="52.5154" cy="81.121" r="2" fill="#8490E1" /> 12 <circle cx="23.0597" cy="41.371" r="2" fill="#8490E1" /> 13 <circle cx="39.5154" cy="24.121" r="2" fill="#8490E1" /> 14 <circle cx="56.5154" cy="9.52374" r="2" fill="#8490E1" /> 15 <circle cx="90.5154" cy="41.371" r="2" fill="#8490E1" /> 16 <circle cx="119.555" cy="19.4351" r="2" fill="#8490E1" /> 17 <circle cx="2.51537" cy="72.121" r="2" fill="#8490E1" />
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | G.tsx | 9 fill: string; 18 fill: 'purple', 27 fill: '#856', 40 <Svg.G fill={this.state.fill} stroke="pink" strokeWidth="3"> 45 <Circle cx="50" cy="50" r="11" fill="green" /> 62 <Rect x="60" y="20" height="50" width="80" stroke="#060" strokeWidth="1" fill="#060" /> 64 <Text x="100" y="75" stroke="#600" strokeWidth="1" fill="#600" textAnchor="middle"> 84 <Svg.G fill="purple" stroke="pink" strokeWidth="1"> 87 <Circle cx="10" cy="10" fill="green" r="3" />
|
| H A D | Ellipse.tsx | 18 fill="yellow" 30 <Svg.Ellipse cx="98" cy="60" rx="90" ry="30" fill="purple" /> 31 <Svg.Ellipse cx="94" cy="45" rx="80" ry="25" fill="lime" /> 32 <Svg.Ellipse cx="92" cy="30" rx="70" ry="20" fill="yellow" /> 43 <Svg.Ellipse cx="100" cy="50" rx="90" ry="30" fill="yellow" /> 44 <Svg.Ellipse cx="95" cy="50" rx="75" ry="20" fill="white" /> 52 <Svg.Ellipse cx="10" cy="10" rx="8" ry="4" stroke="purple" strokeWidth="1" fill="yellow" />
|
| H A D | Path.tsx | 17 fill="red" 21 fill="blue" 36 fill="none" 52 <Svg.Path d="M 100 350 l 150 -300" stroke="red" strokeWidth="3" fill="none" /> 53 <Svg.Path d="M 250 50 l 150 300" stroke="red" strokeWidth="3" fill="none" /> 54 <Svg.Path d="M 175 200 l 150 0" stroke="green" strokeWidth="3" fill="none" /> 55 <Svg.Path d="M 100 350 q 150 -300 300 0" stroke="blue" strokeWidth="5" fill="none" /> 56 <G stroke="purple" strokeWidth="3" fill="purple" r="3"> 61 <G fontSize="30" fill="black" stroke="none" textAnchor="middle"> 82 fill="red" [all …]
|
| H A D | Svg.tsx | 26 <Circle cx="50" cy="50" r="45" stroke="blue" strokeWidth="2.5" fill="green" /> 27 <Rect x="15" y="15" width="70" height="70" stroke="red" strokeWidth="2" fill="yellow" /> 38 <Circle cx="50" cy="50" r="45" stroke="blue" strokeWidth="2.5" fill="green" /> 51 <Rect x="0" y="0" width="100" height="100" fill="red" /> 52 <Circle cx="50" cy="50" r="30" fill="yellow" /> 53 <Circle cx="40" cy="40" r="4" fill="black" /> 54 <Circle cx="60" cy="40" r="4" fill="black" /> 83 fill="purple" 120 <Circle cx="32" cy="32" r="4.167" fill="blue" /> 123 fill="blue" [all …]
|
| H A D | Circle.tsx | 11 <Svg.Circle cx="50%" cy="50%" r="40%" fill="pink" /> 22 <Svg.Circle cx="50" cy="50" r="45" stroke="purple" strokeWidth="2.5" fill="none" /> 40 fill="pink" 52 <Svg.Circle cx="50" cy="50" r="40" fill="#ddd" /> 61 fill="none" 71 <Svg.Circle cx="10" cy="10" r="8" stroke="purple" strokeWidth="1" fill="pink" />
|
| H A D | Rect.tsx | 16 fill="rgb(0,0,255)" 27 static title = '`stroke` and `fill` Rect'; 36 fill="blue" 59 fill="blue" 80 fill="blue" 100 fill="blue" 116 fill="rgb(0,0,255)"
|
| H A D | Text.tsx | 14 <Svg.Text x="50" y="9" fill="red" textAnchor="middle"> 28 <Svg.Text x="0" y="15" fill="red" rotate="30" origin="20,40"> 31 <Svg.Text x="95" y="47" fill="blue" rotate="-25" origin="95, 20"> 56 fill="none" 81 fill="url(#grad)" 114 <Svg.Text fill="blue"> 117 <TSpan fill="red" dy="5,5,5"> 122 <Path d={path} fill="none" stroke="red" strokeWidth="1" /> 144 <Svg.Text x="10" y="60" fill="red" fontSize="14"> 146 <TSpan fill="blue" dy="15" dx="0 5 5"> [all …]
|
| H A D | Polygon.tsx | 14 <Svg.Polygon points="40,5 70,80 25,95" fill="lime" stroke="purple" strokeWidth="1" /> 25 <Svg.Polygon points="70 5 90 75 45 90 25 80" fill="lime" stroke="purple" strokeWidth="1" /> 39 fill="lime" 50 static title = 'Change the fill-rule property to "evenodd"'; 57 fill="lime" 72 fill="lime"
|
| H A D | Reusable.tsx | 19 <Circle cx="50" cy="50" r="5" fill="blue" /> 38 <Use href="#shape" x="75" y="50" fill="#0f0" /> 39 <Use href="#shape" x="110" y="0" stroke="#0ff" fill="#8a3" rotation="45" origin="25, 25" /> 40 <Use href="#shape" x="150" y="50" stroke="#0f0" strokeWidth="1" fill="none" /> 73 <Use href="#path" x="0" fill="blue" opacity="0.6" /> 74 <Use href="#path" x="20" y="5" fill="url(#linear)" /> 76 <Use href="#path" x="-10" y="20" fill="url(#radial)" /> 88 <Circle cx="50" cy="50" r="40" strokeWidth="8" stroke="red" fill="red" /> 89 <Circle cx="90" cy="60" r="40" strokeWidth="8" stroke="green" fill="white" /> 110 <Use href="#path" fill="#3a8" /> [all …]
|
| H A D | TouchEvents.tsx | 15 <Circle cx="50%" cy="50%" r="38%" fill="red" onPress={() => alert('Press on Circle')} /> 21 fill="blue" 24 <Path d="M50,5L20,99L95,39L5,39L80,99z" fill="pink" /> 55 fill={this.state.hover ? 'pink' : 'red'} 80 <Circle cx="80" cy="80" r="30" fill="green" x="20" scale="1.2" /> 90 <Rect x="20" y="20" width="40" height="40" fill="yellow" /> 101 <Circle fill="#ccc" stroke="#000" cx="11.1" cy="4.4" r="2.6" /> 103 fill="#fff"
|
| H A D | Clipping.tsx | 31 <Rect x="0" y="0" width="100" height="100" fill="url(#grad)" clipPath="url(#clip)" /> 54 <Path fill="red" d="M0 0h50v50H0z" /> 55 <Path fill="#00f" d="M50 0h50v50H50z" /> 56 <Path fill="#ff0" d="M0 50h50v50H0z" /> 57 <Path fill="green" d="M50 50h50v50H50z" /> 94 fill="red" 118 <Rect x="0" y="0" width="50" height="50" fill="red" /> 119 <Rect x="50" y="0" width="50" height="50" fill="blue" /> 120 <Rect x="0" y="50" width="50" height="50" fill="yellow" /> 121 <Rect x="50" y="50" width="50" height="50" fill="green" />
|
| /expo/docs/ui/components/Sidebar/icons/ |
| H A D | Documentation.tsx | 9 fill="none" 15 fill={palette.light.blue11} 19 fill={palette.light.blue11} 23 fill={palette.light.blue7} 27 fill={palette.light.blue7}
|
| /expo/home/screens/SettingsScreen/ |
| H A D | ThreeFingerPressIcon.tsx | 12 <Svg width={size || width || 20} height={size || height || 20} viewBox="0 0 20 21" fill="none"> 18 fill={color} 22 fill={color} 26 fill={color} 28 <Circle cx="10" cy="10.5" r="2.5" fill={color} /> 35 fill={theme.background.default}
|
| H A D | ShakeDeviceIcon.tsx | 11 <Svg width={size || width || 20} height={size || height || 20} viewBox="0 0 20 21" fill="none"> 24 fill={color} 30 fill={color} 36 fill={color} 42 fill={color} 52 fill={theme.background.default}
|
| /expo/home/components/ |
| H A D | Icons.tsx | 43 const fill = theme.dark ? darkColor : lightColor; 45 <Svg width={size} fill={fill} height={size} viewBox="0 0 496 512" {...props}> 52 const fill = color; 54 <Svg fill={fill} width={size} height={size} viewBox="0 0 24 24" {...props}> 103 const fill = theme.dark ? darkColor : lightColor; 107 <Svg width={size} fill={fill} height={size} viewBox="0 0 512 512" {...props}> 114 <Svg width={size} fill={fill} height={size} viewBox="0 0 512 512" {...props}> 127 fill="none"
|
| /expo/docs/public/static/images/home/ |
| H A D | TutorialPattern.svg | 1 <svg width="16" height="32" viewBox="0 0 16 32" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 …fill-rule="evenodd" clip-rule="evenodd" d="M0 24H4V26H0V24ZM0 28H6V30H0V28ZM0 20H2V22H0V20ZM0 0H4V…
|
| H A D | QuickStartPattern.svg | 1 <svg width="82" height="46" viewBox="0 0 82 46" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 …fill-rule="evenodd" clip-rule="evenodd" d="M0 0H12V6H0V0ZM28 8H40V14H28V8ZM42 0H54V6H42V0ZM56 0H68…
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | RenderableView.java | 123 if (fill == null || fill.isNull()) { in setFill() 124 this.fill = null; in setFill() 138 this.fill = JavaOnlyArray.of(0, fill.asInt()); in setFill() 140 this.fill = fill.asArray(); in setFill() 150 this.fill = arr; in setFill() 156 if (fill == null) { in setFill() 157 this.fill = null; in setFill() 165 this.fill = JavaOnlyArray.of(0, fill.getInt("payload")); in setFill() 167 this.fill = JavaOnlyArray.of(0, fill.getMap("payload")); in setFill() 170 this.fill = JavaOnlyArray.of(1, fill.getString("brushRef")); in setFill() [all …]
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | RenderableView.java | 123 if (fill == null || fill.isNull()) { in setFill() 124 this.fill = null; in setFill() 138 this.fill = JavaOnlyArray.of(0, fill.asInt()); in setFill() 140 this.fill = fill.asArray(); in setFill() 150 this.fill = arr; in setFill() 156 if (fill == null) { in setFill() 157 this.fill = null; in setFill() 165 this.fill = JavaOnlyArray.of(0, fill.getInt("payload")); in setFill() 167 this.fill = JavaOnlyArray.of(0, fill.getMap("payload")); in setFill() 170 this.fill = JavaOnlyArray.of(1, fill.getString("brushRef")); in setFill() [all …]
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | RenderableView.java | 122 if (fill == null || fill.isNull()) { in setFill() 123 this.fill = null; in setFill() 137 this.fill = JavaOnlyArray.of(0, fill.asInt()); in setFill() 139 this.fill = fill.asArray(); in setFill() 149 this.fill = arr; in setFill() 155 if (fill == null) { in setFill() 156 this.fill = null; in setFill() 164 this.fill = JavaOnlyArray.of(0, fill.getInt("payload")); in setFill() 166 this.fill = JavaOnlyArray.of(0, fill.getMap("payload")); in setFill() 169 this.fill = JavaOnlyArray.of(1, fill.getString("brushRef")); in setFill() [all …]
|