konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.43k stars 918 forks source link

The konva.Arrow functionality does not work properly in Chrome version 122. #1714

Closed bear109 closed 7 months ago

bear109 commented 8 months ago

Hello:) I am a user currently using your library. There is an issue when trying to draw an arrow using the Konva.Arrow object in Chrome version 122. When I tested the code provided in the documentation in both Chrome version 121 and 122, I noticed that the results were different. I would appreciate a prompt response to this issue. Thank you

Davidiusdadi commented 8 months ago

can u show the difference with an image ? what is the issue in detail?

bear109 commented 8 months ago

can u show the difference with an image ? what is the issue in detail?

in chrome 121

스크린샷 2024-02-02 오후 10 49 29

in chrome 122

스크린샷 2024-02-02 오후 10 49 46

Thank you for using the library and for your interest as a user in addressing this issue:) The issue is that when using the Konva.Arrow object, the arrowhead part does not appear correctly. Additionally, there is a problem where during the process of drawing arrows in the service I am currently configuring (while the mouse is downed), the arrowhead part does not display correctly and appears as a straight line. Is there a solution to the above problem?

lavrton commented 7 months ago

Can you still reproduce that? I am on Chrome 122 and I can't reproduce the issue.

bear109 commented 7 months ago

Can you still reproduce that? I am on Chrome 122 and I can't reproduce the issue.

At the moment, it seems that the issue you presented has been resolved. I think there was a issue with the Chrome beta version and it seems to have been resolved with the minor version of the Chrome beta being upgraded. Thank you for your interest in this issue.