(s)
| 128458 | var _parseJs = require("./parse.js"); |
| 128459 | function interpolateTransform(parse, pxComma, pxParen, degParen) { |
| 128460 | function pop(s) { |
| 128461 | return s.length ? s.pop() + " " : ""; |
| 128462 | } |
| 128463 | function translate(xa, ya, xb, yb, s, q) { |
| 128464 | if (xa !== xb || ya !== yb) { |
| 128465 | var i = s.push("translate(", null, pxComma, null, pxParen); |