https://bugs.kde.org/show_bug.cgi?id=475382
Bug ID: 475382
Summary: Add API for setting the scroll position of the canvas
from python
Classification: Applications
Product: krita
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Scripting
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Add API for setting the scroll position of the canvas from python
STEPS TO REPRODUCE
1. Create any image
2. Interact with the image by zooming and dragging
3. Try to do the interaction through the python api
OBSERVED RESULT
There is no API for setting the scroll setting
EXPECTED RESULT
I would like to do something like `canvas.set_scroll_position(offsetx, offsety,
scalex, scaley)` from python.
--
You are receiving this mail because:
You are watching all bug changes.