Sha256: aa91f4d8c257af0866da92509392686f8168f3371445d47a02e82d5284a56b59
Contents?: true
Size: 264 Bytes
Versions: 6
Compression:
Stored size: 264 Bytes
Contents
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('stroke-miterlimit', v); }, get: function () { return this.getPropertyValue('stroke-miterlimit'); }, enumerable: true, configurable: true };
Version data entries
6 entries across 5 versions & 4 rubygems