| /expo/docs/public/static/images/home/ |
| H A D | TutorialPattern.svg | 2 …<path id="829179781795218199ea8823c81f9e76" fill-rule="evenodd" clip-rule="evenodd" d="M0 24H4V26H…
|
| H A D | QuickStartPattern.svg | 2 …<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H12V6H0V0ZM28 8H40V14H28V8ZM42 0H54V6H42V0ZM5…
|
| /expo/docs/ui/components/Home/resources/ |
| H A D | DevicesImage.tsx | 130 fillRule="evenodd" 131 clipRule="evenodd" 136 fillRule="evenodd" 258 fillRule="evenodd" 259 clipRule="evenodd" 264 fillRule="evenodd" 265 clipRule="evenodd" 330 fillRule="evenodd" 331 clipRule="evenodd" 336 fillRule="evenodd" [all …]
|
| /expo/home/screens/SettingsScreen/ |
| H A D | ThreeFingerPressIcon.tsx | 15 fillRule="evenodd" 16 clipRule="evenodd"
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Clipping.tsx | 38 static title = 'Clip a group with clipRule="evenodd"'; 50 <ClipPath id="b" clipRule="evenodd"> 63 <Use href="#a" clipPath="url(#b)" clipRule="evenodd" /> 116 <G clipPath="url(#clip)" clipRule="evenodd" scale="0.2">
|
| H A D | Polygon.tsx | 50 static title = 'Change the fill-rule property to "evenodd"'; 54 <G scale="0.5" fillRule="evenodd">
|
| H A D | Path.tsx | 79 <G fillRule="evenodd">
|
| /expo/apps/native-component-list/assets/images/ |
| H A D | expo.svg | 6 fillRule="evenodd"
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ |
| H A D | ABI47_0_0RNSVGRenderable.mm | 462 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 473 mode = evenodd ? kCGPathEOFill : kCGPathFill; 477 evenodd ? CGContextEOClip(context) : CGContextClip(context); 521 mode = evenodd ? kCGPathEOFillStroke : kCGPathFillStroke; 532 evenodd ? CGContextEOClip(context) : CGContextClip(context); 598 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 599 if (!CGPathContainsPoint(_hitArea, nil, transformed, evenodd) &&
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ |
| H A D | ABI49_0_0RNSVGRenderable.mm | 462 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 473 mode = evenodd ? kCGPathEOFill : kCGPathFill; 477 evenodd ? CGContextEOClip(context) : CGContextClip(context); 521 mode = evenodd ? kCGPathEOFillStroke : kCGPathFillStroke; 532 evenodd ? CGContextEOClip(context) : CGContextClip(context); 598 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 599 if (!CGPathContainsPoint(_hitArea, nil, transformed, evenodd) &&
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ |
| H A D | ABI48_0_0RNSVGRenderable.mm | 462 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 473 mode = evenodd ? kCGPathEOFill : kCGPathFill; 477 evenodd ? CGContextEOClip(context) : CGContextClip(context); 521 mode = evenodd ? kCGPathEOFillStroke : kCGPathFillStroke; 532 evenodd ? CGContextEOClip(context) : CGContextClip(context); 598 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 599 if (!CGPathContainsPoint(_hitArea, nil, transformed, evenodd) &&
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ |
| H A D | RNSVGRenderable.mm | 462 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 473 mode = evenodd ? kCGPathEOFill : kCGPathFill; 477 evenodd ? CGContextEOClip(context) : CGContextClip(context); 521 mode = evenodd ? kCGPathEOFillStroke : kCGPathFillStroke; 532 evenodd ? CGContextEOClip(context) : CGContextClip(context); 598 BOOL evenodd = self.fillRule == kRNSVGCGFCRuleEvenodd; 599 if (!CGPathContainsPoint(_hitArea, nil, transformed, evenodd) &&
|
| /expo/.github/resources/ |
| H A D | cli-banner.svg | 77 …<path fill-rule="evenodd" clip-rule="evenodd" d="M140.964 676.973L446.18 661.233L444.926 660.667L4… 87 …<path fill-rule="evenodd" clip-rule="evenodd" d="M613.199 587.353V580.901L613.769 579.04C614.598 5… 94 …<path fill-rule="evenodd" clip-rule="evenodd" d="M1044.29 473.211L1104.09 486.451L1102.56 497.427C…
|
| /expo/docs/ui/components/CommandMenu/ |
| H A D | CommandFooter.tsx | 60 fillRule="evenodd"
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RCTConvert+RNSVG.mm | 24 @"evenodd" : @(kRNSVGCGFCRuleEvenodd),
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RCTConvert+RNSVG.mm | 24 @"evenodd" : @(kRNSVGCGFCRuleEvenodd),
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RCTConvert+RNSVG.mm | 24 @"evenodd" : @(kRNSVGCGFCRuleEvenodd),
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RCTConvert+RNSVG.mm | 24 @"evenodd" : @(kRNSVGCGFCRuleEvenodd),
|
| /expo/docs/components/plugins/__snapshots__/ |
| H A D | APISection.test.tsx.snap | 258 clip-rule="evenodd" 260 fill-rule="evenodd" 1107 clip-rule="evenodd" 1109 fill-rule="evenodd" 2508 clip-rule="evenodd" 2510 fill-rule="evenodd" 3315 clip-rule="evenodd" 3317 fill-rule="evenodd" 3625 clip-rule="evenodd" 3627 fill-rule="evenodd" [all …]
|
| H A D | AppConfigSchemaPropertiesTable.test.tsx.snap | 904 clip-rule="evenodd" 906 fill-rule="evenodd"
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 663 …,l.fillRule=y&&0===o[y]?0:1)};var f=l(r(d[1])),u=l(r(d[2])),n=r(d[3]),o={evenodd:0,nonzero:1},t={t… 889 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.… 893 …evenodd",clipRule:"evenodd",d:"M11.212 7.28a.64.64 0 10-1.108-.64l-2.993 5.169h1.48l2.621-4.528zm-… 901 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 0… 913 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 … 930 …:"0 0 20 20",fill:"none"},t),u.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.… 938 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.… 939 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.… 940 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.… 958 …||"#000",strokeWidth:1.157}),o.createElement(u.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 … [all …]
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 664 …,l.fillRule=y&&0===o[y]?0:1)};var f=l(r(d[1])),u=l(r(d[2])),n=r(d[3]),o={evenodd:0,nonzero:1},t={t… 890 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.… 894 …evenodd",clipRule:"evenodd",d:"M11.212 7.28a.64.64 0 10-1.108-.64l-2.993 5.169h1.48l2.621-4.528zm-… 902 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 0… 914 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 … 931 …:"0 0 20 20",fill:"none"},t),u.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.… 939 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.… 940 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.… 941 …:"0 0 20 20",fill:"none"},t),u.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.… 959 …||"#000",strokeWidth:1.157}),o.createElement(u.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 … [all …]
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 461 …ineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))}))}return t}var b={evenodd:0,nonzero:1};func… property 462 …,l.fillRule=y&&0===o[y]?0:1)};var f=l(r(d[1])),u=l(r(d[2])),n=r(d[3]),o={evenodd:0,nonzero:1},t={t… property
|
| H A D | EXDevMenuApp.android.js | 462 …ineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))}))}return t}var b={evenodd:0,nonzero:1};func… property 463 …,l.fillRule=y&&0===o[y]?0:1)};var f=l(r(d[1])),u=l(r(d[2])),n=r(d[3]),o={evenodd:0,nonzero:1},t={t… property
|