first commit
This commit is contained in:
15
node_modules/lottie-web/player/js/elements/helpers/shapes/SVGNoStyleData.js
generated
vendored
Normal file
15
node_modules/lottie-web/player/js/elements/helpers/shapes/SVGNoStyleData.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import DynamicPropertyContainer from '../../../utils/helpers/dynamicProperties';
|
||||
|
||||
import {
|
||||
extendPrototype,
|
||||
} from '../../../utils/functionExtensions';
|
||||
|
||||
function SVGNoStyleData(elem, data, styleOb) {
|
||||
this.initDynamicPropertyContainer(elem);
|
||||
this.getValue = this.iterateDynamicProperties;
|
||||
this.style = styleOb;
|
||||
}
|
||||
|
||||
extendPrototype([DynamicPropertyContainer], SVGNoStyleData);
|
||||
|
||||
export default SVGNoStyleData;
|
Reference in New Issue
Block a user