drawing, implemented flood-fill algorithm

Authored by asagtani on Jun 26 2018, 12:35 PM.

Description

drawing, implemented flood-fill algorithm

Details

Committed
asagtaniJun 26 2018, 12:35 PM
Parents
R2:060f520e4421: drawing, fixed eraser tool
Branches
Unknown
Tags
Unknown
Tasks
T9045: drawing, improve bucket-fill tool
jjazeix added inline comments.
/src/activities/drawing/drawing.js
448

you can store the 3 colors (*255), it will avoid a few indirection calls and multiplications every time

459

no need of this one as done at the beginning of the inner while loop?