skia2/modules/canvaskit/release.js
Nathaniel Nifong 77798b4585 Expose 4x4 matrices on canvas in a way similar to SimpleMatrix, add example.
Bug: skia:9866
Change-Id: I718455743e482e4f60a462027b629dc19b1dbad3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/270201
Commit-Queue: Nathaniel Nifong <nifong@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2020-02-22 00:12:13 +00:00

5 lines
208 B
JavaScript

function SkDebug(msg) {
// by leaving this blank, closure optimizes out calls (and the messages)
// which trims down code size and marginally improves runtime speed.
}
/** @const */ var skIsDebug = false;