forked from barisbalciweb/paint-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.txt
More file actions
26 lines (17 loc) · 1.15 KB
/
tasks.txt
File metadata and controls
26 lines (17 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
------------------------------------------------- TASKS -------------------------------------------------------
###### GENERAL ######
- Problem: beim Verkleinern des Browser-Fensters wird die Zeichnenposition versetzt
- Problem: wenn man bei kleinerem Fenster etwas malt und dann das Fenster vergrößert, wird das gemalte gestrecht
- Problem: bei Verkleinern des Fensters ensteht kein overflow
###### pen tool ######
- Calibration: die Position der Spitze des Stifts stimmt nicht überein mit der von der Pfeile
- UI für die dicke des Stifts: small pop-up and auto hide after selecting
- Stiftdicke nach der Auswahl in Canvas anpassen
###### color tool ######
###### text tool ######
###### select tool ######
- Problem: Linienfarbe auf dem ctx ist zu hell (z.B. grau statt schwarz, wird wohl von irgendetwas überlagert)
###### zoom-in / zoom-out (with overflow) ######
- Problem: Gezoomte Zeichnungen werden schnell sehr verpixelt
- Problem: Bei Zoom-in -> Zoom-out kann nichts Altes zurückgeholt werden, sondern Overflow wird abgeschnitten
- Problem: Zoom-in in untere rechte Ecke nicht präzise (die Formel bei ctx.translate müsste wohl verbessert werden)