Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions portfolio/UserStory-RectangleTool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# User Story - Rectangle Tool (Draw Feature)
As a graphic designer, I want to draw rectangles using the rectangle tool, so I can create shapes for the needed illlustrations or diagrams.

**Acceptance Criteria:**

1. User can select the Rectangle tool from the toolbar.
2. Clicking and dragging on the canvas can create the rectangle shape, under 4 secs.
3. Rectangles will remain editable after being drawn.
4. The rectangle has default properties (stroke color, fill color, width)
5. Undo/Redo actions should correctly add or remove the rectangle.
6. If the user presses Esc while drawing, the operation is cancelled and no rectangle is created.