c0fcc50344
The drawGlyphs implementation seems to have a 20-30% performance edge and drawText is a few percent slower than fillText on my machine. Change-Id: I5b8a623bcd4fdbfea3d534d3dbaf3d6f38d37e55 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/508921 Reviewed-by: Ben Wagner <bungeman@google.com>
7 lines
175 B
Makefile
7 lines
175 B
Makefile
.PHONY: local
|
|
local:
|
|
echo "Go check out http://localhost:8123/demos/hello_world/index.html"
|
|
rm -f build
|
|
ln -s ../modules/canvaskit/build build
|
|
python3 -m http.server 8123
|