-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After free drawing and rotate the canvas,the drawing don't set to the right position. #276
Comments
i add a zoom and pan tool,code put on graphics.js
|
All the features were considered along with the zoom feature and not implemented. There is no specific support plan for the zoom function yet, but we will consider it for further improvement. Adding it looks nice and positive. This is open source, so you can contribute directly. thanks |
ok,but now i got some problems in free drawing.when I finish my project maybe i will contribute soon. |
hey,I found the problem lies in a parameter..
will cause rotate problem like above.
will cause freedrawing misplaced after painting. |
@cocoroise Yes. The problem occurred after upgrading the dependent fabric version to 3.x.x. We know it and plan to fix it, but still too busy to fix it. Please wait a minute. Thanks for the hints to fix the bug. |
I found a hack way to fix it, but i dont know whether it will cause other problems.
If you got other better way to fix it ,please tell me ,thanks😛. |
Thank you so much for your help. This is a critical bug and will be fixed as soon as possible. In my opinion this problem is known as a problem of free curve function which is not related to rotation function. -> #228 But don't worry. I will test it seriously and fix it. soon... |
thanks❤ |
After zooming crop is also not working properly. |
yes , before crop you should setZoom(1) . |
How can i disable mousewheel when i click on crop button, please help. |
Miss @cocoroise hi, I'm using the example. how to do that on example03-mobile ? any help? thanks. there is not the graphics.js just (tui-image-editor.js,service-mobile.js). thanks. |
hi ,maybe you can check to master ,and go to |
sorry ,i had try,but false... _onFabricMouseWheel(fEvent) {
fEvent.e.stopPropagation();
fEvent.e.preventDefault();
} |
@cocoroise can you share the full code? |
i make some change ,this is my code😊 |
@cocoroise Thank you so much 😊 |
Version
lastest master
Development Environment
Google Chrome Canary
Current Behavior
Expected Behavior
I want the freedrawing line stay on the right place after rotate.And wonder why only freedrawing mode will cause the problem.Is any different between freedrawing and other line or shape?
The text was updated successfully, but these errors were encountered: