Skip to content

Get rid of getMatrix calls #71

@almosr

Description

@almosr

Generated code is relying on Canvas.getMatrix() calls to get the previous state of the drawing matrix directly from the canvas. It would be better not to call this method, it is marked as obsolete and also allocates a new Matrix instance every time it is called.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions