factory Transform2D.scale(double sx, double sy) { return Transform2D(a: sx, b: 0, c: 0, d: sy, tx: 0, ty: 0); }