blob: 54d496f9168c65334dc7584e5b81e792abdc8426 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('stroke-dashoffset', v);
},
get: function () {
return this.getPropertyValue('stroke-dashoffset');
},
enumerable: true,
configurable: true
};