Implement basic support for Mask element

iOS luminanceToAlpha calculation seems off
probably some color space or gamma issue
This commit is contained in:
Mikael Sand
2018-09-12 01:48:39 +03:00
parent fc63635f3c
commit 46307ecd2d
23 changed files with 708 additions and 17 deletions
+3 -1
View File
@@ -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