hotfix draw.sun: drawRect add resetMtx=true

This commit is contained in:
sup39 2022-03-01 19:12:17 +09:00
parent 7d7bcf9955
commit 9b77e8c62b

View file

@ -13,7 +13,8 @@ builtin setMTX(dst, ...);
var const MTX_LOADIMM = 0;
var const MTX_NEW = 0;
builtin drawRect(fill, stroke, x0, y0, x1, y1);
// drawRect(fill, stroke, x0, y0, x1, y1, resetMtx=true)
builtin drawRect(fill, stroke, x0, y0, x1, y1, ...);
var const FILL_NONE = 0;
var const STROKE_NONE = 0;