'use strict';
module.exports.definition = {
set: function (v) { this._setProperty('stroke-linecap', v); }, get: function () { return this.getPropertyValue('stroke-linecap'); }, enumerable: true, configurable: true
};
'use strict';
module.exports.definition = {
set: function (v) { this._setProperty('stroke-linecap', v); }, get: function () { return this.getPropertyValue('stroke-linecap'); }, enumerable: true, configurable: true
};