Christian Vadalà
Christian Vadalà
Released with 2.13.0
some notes for me: Interpolation can be performed through Quaternion math. useful links: - https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/math/Quaternion.java
It isn't so easy to implement, because it is also directly connected with the https://github.com/chrvadala/react-svg-pan-zoom/blob/master/src/ui/border-gradient.js size, but I'll try to implement. Thanks for your suggestion
I know, but to integrate hooks I have to rewrite a lot of code, moreover they are only available since React 16.8 and I don't want developers to upgrade to...
It sounds interesting.... Do you think that add this hooks might require changes into the library itself or can we release it as a standalone library? I was thinking about...
Since this is quite experimental, we could start from a standalone package and then move these features into the main. Are you available to work on it?
We can get inspiration from here https://github.com/sandiiarov/use-events
I see. Since add hooks supports might require times (for dev and testing), I was trying to figure out a way to do this without hooks feature. I think that,...
I've just tested it. I tried to remove the preventDefault from onMouseDown, onMouseMove, onMouseUp and onDoubleClick actions. Apparently the default of the browser is to select elements outside the canvas...
It seems that in your demo you set up a `scaleFactorMin` that is not enough to contain the whole image. With `scaleFactorMin={0.0001}` it works properly https://jsfiddle.net/3rww8p2o/1/