1. Elements of resulting matrix are modified directly (in-place) in Matrix3x2F::SetProduct() so none of the multiplied matrices can be the instance of the resulting matrix. 2. The parameter matrix in wxGraphicsMatrixData::Concat() should be a multiplicand, not a multiplier. See #17670.