chatty-pub/node_modules/cssstyle/lib/properties/stroke.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

13 lines
242 B
JavaScript

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