sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
562 stars 53 forks source link

Rust Logo glitches out on Chrome #37

Closed CryZe closed 6 years ago

CryZe commented 6 years ago

I'm not entirely sure what's going on but there's very frequent visual glitches. Maybe there's some bug in the encoding.

https://puu.sh/yAJRi.png

sunjay commented 6 years ago

Are you talking about the Rust logo gif on the website? I've noticed that too. Are you able to reproduce it in any other browser? I think it might be a chrome bug because I've often seen it come and go. I can usually fix it by refreshing the page or opening a new tab. I'll try rerecording it and uploading it again just in case that fixes it. I also think it might be something being encoded wrong.

Thanks for taking the time to report this!

xTibor commented 6 years ago

It's reproducible under Vivaldi 1.13 too. This browser is also based on the Blink engine like Chrome.

sunjay commented 6 years ago

@CryZe @xTibor I uploaded a new version of the gif (https://github.com/sunjay/turtle/commit/2b9ac1798ad206bd7fbeb1802ef04bd8ceb690b0). Could you see if you can still reproduce the problem? To get the new one, you may need to refresh a few times or clear your cache. You'll know it's the newest one because its dimensions are now 270x271 pixels.

xTibor commented 6 years ago

It fixed the problem for me.

sunjay commented 6 years ago

Great! Thanks for checking! :smile:

If anyone else experiences this, please let me know in a comment on this issue and we will take a look.