Sha256: dec936b268898c81b2d0bab2156c84567fafcae9270ba0198b382d32b758fcb4

Contents?: true

Size: 260 Bytes

Versions: 6

Compression:

Stored size: 260 Bytes

Contents

'use strict';

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

Version data entries

6 entries across 5 versions & 4 rubygems

Version Path
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/cssstyle/lib/properties/strokeLinejoin.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/strokeLinejoin.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/strokeLinejoin.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/strokeLinejoin.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/strokeLinejoin.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/strokeLinejoin.js