This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
skia2
Watch
1
Star
0
Fork
0
You've already forked skia2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
99afada1ca
skia2
/
modules
/
canvaskit
/
debug.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[canvaskit] Add debug-mode only logs And a fix for node. Docs-Preview: https://skia.org/?cl=172143 Bug: skia: Change-Id: I519c2693b386aa68655f235281d932ee5fffbc61 Reviewed-on: https://skia-review.googlesource.com/c/172143 Reviewed-by: Kevin Lubick <kjlubick@google.com>
2018-11-20 20:55:10 +00:00
function
SkDebug
(
msg
)
{
console
.
warn
(
msg
)
;
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-21 22:15:22 +00:00
}
/** @const */
var
skIsDebug
=
true
;
Reference in New Issue
Copy Permalink