react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
20 lines (18 loc) • 628 B
JavaScript
;
// TODO: Fix me
// @ts-ignore RNSVG doesn't export types for web, see https://github.com/software-mansion/react-native-svg/pull/2801
// TODO: Fix me
// @ts-ignore RNSVG doesn't export types for web, see https://github.com/software-mansion/react-native-svg/pull/2801
export const SVG_PATTERN_PROPERTIES_CONFIG = {
x: true,
y: true,
width: true,
height: true,
patternUnits: {
process: patternUnits => patternUnits === 'userSpaceOnUse' ? 1 : 0
},
patternContentUnits: {
process: patternContentUnits => patternContentUnits === 'userSpaceOnUse' ? 1 : 0
}
};
//# sourceMappingURL=pattern.js.map