Qt 6.11 is out! See what's new in the release
blog
How to get the current transform in a QML Canvas?
-
The Web Canvas API has a function
getTransform()which returns a JS object containing the current transformation. Looking at the Qt Context2D documentation, there is no such function. How do I get the current transformation in QML?