Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed incorrect interface for Matrix constructor
The cairo.Matrix constructor interface defined in __init__.pyi was defined incorrectly. This was causing PyCharm to complain about unexpected arguments when calling the full Matrix constructor explicitly, despite the code working as expected (and as documented).
- Loading branch information