Skip to content

Replace uses of graphene_matrix_transform_

Matthias Clasen requested to merge projective-transform into master

Replace our uses of graphene_matrix_transform_point, _point3d and _bounds by our own versions that handle projective transforms correctly.

This fixes render node bounds being incorrect for widgets involving projective transforms (e.g. testrevealer swing transformations), and also fixes picking on such widgets.

Merge request reports