Drawing App
Duy Phamにより
1. Interface Design
1.1. Due to many problems may arise if certain tools fail
1.2. To be done at a later date once all the tool are added in and stable
2. Research on examples
3. Extension 3
3.1. Layer Tool
3.2. Research links
4. Extension 1
4.1. Eraser Tool
4.1.1. Adapt the Stamp tool
4.1.1.1. Add slider to adjust the size and intensity of the eraser
4.1.1.2. Research on eraser functions on Javascript
4.1.1.3. Debugging problems solved
4.1.1.3.1. When other tool is used, the app break
4.1.1.3.2. Eraser have issue changing size
4.2. Undo and Redo Tool
4.2.1. Research Links
5. Extension 2
5.1. Cut Tool
5.1.1. Intergrate the scissor tool
5.1.1.1. 1. Make my own version of the tool to understand each parts
5.1.1.2. 2. Adapt the code
5.1.1.2.1. Default starting will be Select mode 1
5.1.1.2.2. Select Mode 2 will be set when user press the button
5.1.1.3. 3. Debugging problem
5.1.1.3.1. Cutting mode was not working properly
5.1.1.3.2. When other tool is selected, you cant draw and only rectangle are drawn