Commit Graph

6 Commits

Author SHA1 Message Date
3a6f98455a fix: fix resize and dragging
- AbstractShape: make bounds protected for subclass access
- STriangle: refactor resize logic
- SCircle: refactor resize logic (preserves equal dimensions)
- SText: add reasonable default bounds for hit testing
2026-03-26 23:55:38 +01:00
fcd68be51b Fix bugs: stroke condition, logging typo, NPE in clone(), mutable bounds 2026-03-19 22:32:53 +01:00
b34ad6a2e4 implement resize feature 2026-03-19 22:32:49 +01:00
ad45eddbf5 fix confusion between circle radius and diameter
classic shite
2026-03-19 19:05:12 +01:00
aea90f5a93 Implement copy action 2025-02-19 11:27:45 +01:00
98b05e435e Add SCircle 2019-03-19 21:56:00 +01:00