blob: 33fccf4465cdf6a15229be5b168c084f97cf3fed [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-svg-shadow', v);
},
get: function () {
return this.getPropertyValue('-webkit-svg-shadow');
},
enumerable: true,
configurable: true
};