Describe the bug
SkM44 constructor takes no inputs. So I cannot construct 4x4 matrix to use in canvas.concat or canvas.setMatrix. The normal Matrix class is 3x3, but the Matrix state held by Skia is 4x4, so this design choice does not make much sense.
To Reproduce
Steps to reproduce the behavior:
- Try constructing your own M44
Expected behavior
I expect to make my own M44 given a 4x4 matrix
Describe the bug
SkM44constructor takes no inputs. So I cannot construct 4x4 matrix to use incanvas.concatorcanvas.setMatrix. The normalMatrixclass is 3x3, but the Matrix state held bySkiais 4x4, so this design choice does not make much sense.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to make my own M44 given a 4x4 matrix