From a2067334926d02fdf7d6ec9bdb810d89bce776ac Mon Sep 17 00:00:00 2001 From: Zubair Desai Date: Wed, 22 Feb 2017 13:40:24 -0600 Subject: [PATCH] Add bonus 4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d6cea0a..20a06fb7 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Add a color picker which allows the user to select any brush color using the [`< Research [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Storage/LocalStorage) and make a way to Save and Load a drawing. Research [JSON.stringify](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) and [JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) as a way to put the drawing into LocalStorage. +### Bonus 4 + +Create a fill tool that will [flood fill](https://en.wikipedia.org/wiki/Flood_fill) boundaries with a chosen paint color. + ### Deployment