slaylines / canvas-engines-comparison

Performance comparison of different canvas rendering engines.
https://benchmarks.slaylines.io
MIT License
786 stars 84 forks source link

chore(): upgrade fabric version #71

Closed ShaMan123 closed 7 months ago

ShaMan123 commented 7 months ago

We have noticed that rect is a special case in canvas 2d rendering. strokeRect, fillRect are optimized calls and probably do not execute anything in JS. However drawing a path of any kind (circle, bezier, even rect) is very heavy on performance. So it might be worth to profile that across the engines as well. Thanks for this repo!

gnykka commented 7 months ago

Thank you for this update!