Timo Weike
Timo Weike
I found that chainging `#include ` to `#include ` solved the issue that the file could not be found. But the content of the file found is not the one...
See #219 for further discussions
`showRectangle` works generally as expected, but... the zooming only happens after the next zoom/pan interaction with the canvas. I think the problem is the missing call to `makeDirty` like in...
I think I have found a good implementation for `smoothShowRectangle` ~~~ js function smoothShowRectangle(rect, duration = undefined) { cancelAllAnimations(); var to = rect var from = transformToClientRect(transform); // default duration...
It would maybe also worth considering to make `transformToClientRect` available to the consumer, so that one could save the current rect and use it later to call `smoothShowRect` again to...
@attilam I will try to commit my changes into a fork or new branch this weekend. But I can't promise it. But besides the call to `cancelAllAnimations();` the version of...
@attilam I implemented the function in a fork https://github.com/Timo-Weike/panzoom and @anvaka I also made a pull-request for my changes #221
What is the current state of this issue?