blob: 58a4eb49820c7cc247908c6d867af4acf4007280 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('color-rendering', v);
},
get: function () {
return this.getPropertyValue('color-rendering');
},
enumerable: true,
configurable: true
};