Bug 475382

Summary: Add API for setting the scroll position of the canvas from python
Product: [Applications] krita Reporter: Dov Grobgeld <dov.grobgeld>
Component: ScriptingAssignee: Krita Bugs <krita-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: halla
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Dov Grobgeld 2023-10-08 19:15:08 UTC
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.