UNPKG

@designliquido/foles

Version:

Linguagem de folhas de estilo para documentos em geral em português

18 lines 609 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Escalamento3d = void 0; const metodo_1 = require("./metodo"); class Escalamento3d extends metodo_1.Metodo { constructor(valor1, valor2, valor3) { super(); this.valor1 = Number(valor1.lexema); this.valor2 = Number(valor2.lexema); this.valor3 = Number(valor3.lexema); this.traducao = "scale3d"; } paraTexto() { return `scale3d(${this.valor1}, ${this.valor2}, ${this.valor3})`; } } exports.Escalamento3d = Escalamento3d; //# sourceMappingURL=escalamento-3d.js.map