mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 23:54:53 +00:00
Implement basic support for Mask element
iOS luminanceToAlpha calculation seems off probably some color space or gamma issue
This commit is contained in:
@@ -19,6 +19,7 @@ import RadialGradient from "./elements/RadialGradient";
|
||||
import Stop from "./elements/Stop";
|
||||
import ClipPath from "./elements/ClipPath";
|
||||
import Pattern from "./elements/Pattern";
|
||||
import Mask from "./elements/Mask";
|
||||
|
||||
export {
|
||||
Svg,
|
||||
@@ -41,7 +42,8 @@ export {
|
||||
RadialGradient,
|
||||
Stop,
|
||||
ClipPath,
|
||||
Pattern
|
||||
Pattern,
|
||||
Mask,
|
||||
};
|
||||
|
||||
//noinspection JSUnusedGlobalSymbols
|
||||
|
||||
Reference in New Issue
Block a user