From 480d713274ebb4f414d5d1c1e0d0c3dbb9d90594 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 13 May 2016 07:16:05 -0700 Subject: [PATCH] Tweak bonus --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9316108..1de0956 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ Here's a development workflow that we recommend you use. ### Bonus 1 +Add a color picker which allows the user to select any color using the [`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) and the [`change` event](https://developer.mozilla.org/en-US/docs/Web/Events/change). + +### Bonus 2 + Add tools that augment the type of user interaction - Pencil tool: Click and drag across the canvas to paint pixels. - Selection tool: Click and drag across the canvas to paint all pixels that fall inside a rectangular selection. - -### Bonus 2 - -Add a color picker which allows the user to select any color using the [`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) and the [`change` event](https://developer.mozilla.org/en-US/docs/Web/Events/change).