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