Implement basic support for Pattern element

This commit is contained in:
Mikael Sand
2018-09-02 16:06:44 +03:00
parent 7bb1e748b7
commit fc63635f3c
17 changed files with 595 additions and 75 deletions

View File

@@ -18,6 +18,7 @@ import LinearGradient from "./elements/LinearGradient";
import RadialGradient from "./elements/RadialGradient";
import Stop from "./elements/Stop";
import ClipPath from "./elements/ClipPath";
import Pattern from "./elements/Pattern";
export {
Svg,
@@ -39,7 +40,8 @@ export {
LinearGradient,
RadialGradient,
Stop,
ClipPath
ClipPath,
Pattern
};
//noinspection JSUnusedGlobalSymbols