'use strict';

module.exports.definition = {

set: function (v) {
    this._setProperty('stroke-linecap', v);
},
get: function () {
    return this.getPropertyValue('stroke-linecap');
},
enumerable: true,
configurable: true

};