| Summary: | Add Canvas transformation method | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Aki <aki.rissanen> |
| Component: | Scripting | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | 4.4.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Aki
2021-07-08 15:46:25 UTC
Do you mean for panning? (In reply to Halla Rempt from comment #1) > Do you mean for panning? Yes, panning is another word for it. QTransform.translate() ≈ Canvas.pan() QTransform.rotate() ≈ Canvas.rotation() QTransform.scale() ≈ Canvas.zoomLevel() /AkiR |