-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Superfluous lines #4545
Comments
I do not see those lines. what OS are you on? |
never seen those glitch too, but I know that sometimes weird things can happen with Windows and bad graphic drivers. |
Also please replicate turning off the hw accell from chrome, if they disappear is a driver issue |
I'm sorry, I forgot to say, I'm using Windows 7. There's the same problem on desktop and laptop computers. I can make sure that the phone is normal |
please try with hw acceleration turned off |
OK, I will give it a try |
Version2.0.0-rc.3 Test CasedescribeI tested it with two computers and got some data. It's easy to find it related to hardware acceleration. It's not a good way to configure the switch. What should we do now? Thanks Actual Behavior
|
Find out the problem, look at the merge request |
so that closePath is effectively extra. and can be removed being a straight line. |
The mistake I found in the project. The third point of the triangle is the central coordinates of the canvas, not random . videocard is Intel (R) HD Graphics |
there is no real mistake. happy to have removed that useless line if it helps. The point is that if do beginPath, moveTo(p1), lineTo(p2) i do not need to closePath at all, but if i do the closing is in p1 again, the first point i moved to. Intel HD graphics has some other bugs around, definitely a driver issue. |
Version
Test Case
http://fabricjs.com/
Steps to reproduce
Ask one thing, when the object is rotated, there are two lines appearing. As shown in the picture,
How to solve it, help ,thank you!
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: