Sha256: f0e48f9b753b69ccefee012d94e67bca4c24b6aab2c2db0f384cb19f4bd978aa

Contents?: true

Size: 252 Bytes

Versions: 6

Compression:

Stored size: 252 Bytes

Contents

'use strict';

module.exports.definition = {
    set: function (v) {
        this._setProperty('text-anchor', v);
    },
    get: function () {
        return this.getPropertyValue('text-anchor');
    },
    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/textAnchor.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/textAnchor.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/textAnchor.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/textAnchor.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/textAnchor.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/textAnchor.js