function setTransform(b11, b12, b21, b22, bx, by){
real_setTransform.apply(ctx, arguments);
tx = bx, ty = by, a11 = b11;
Hello, gives a warning sign here (Unxpected use of comma operator), please help.
I don’t understand how to remove it.
New contributor
Ketchup Killer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3