Skip to content

Commit 43504af

Browse files
documentation update. angle jitter bug fix. +brushes (#35)
1 parent 63d467c commit 43504af

12 files changed

Lines changed: 255 additions & 248 deletions

Components/SettingsFlyoutPanel.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
Stroke="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}"
1010
StrokeThickness="1"
1111
MaximumHeightRequest="600">
12-
<ScrollView VerticalScrollBarVisibility="Default">
12+
<ScrollView VerticalScrollBarVisibility="Default"
13+
Padding="0,0,25 ,0">
1314
<StackLayout Spacing="12">
1415
<Label Text="Brush Settings"
1516
FontAttributes="Bold"
@@ -103,7 +104,7 @@
103104
FontAttributes="Bold"/>
104105
<Slider x:Name="AngleJitterSlider"
105106
Minimum="0"
106-
Maximum="0.5"
107+
Maximum="180"
107108
ValueChanged="OnAngleJitterChanged"/>
108109

109110
<Label Text="Hue Jitter"

Documentation/MissingFeatures.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ This document tracks features that are specified in the requirements or document
2020
- No Gallery View or ViewModel.
2121
- No file storage logic for saving/loading drawings (serialization).
2222

23-
## 3. Import Photos (Doodling on Pictures)
24-
25-
**Status:** ❌ Missing
26-
**Requirement:** Ability to import photos to the canvas background.
27-
**Current State:**
28-
29-
- `Canvas` logic supports drawing paths but does not have an "Image Layer" or background image support implemented in `MainViewModel` or `Layer` model.
30-
3123
## 4. Audio/Haptic Feedback
3224

3325
**Status:** ❌ Missing
@@ -37,15 +29,6 @@ This document tracks features that are specified in the requirements or document
3729
- No `AudioManager` or sound services implemented in the current solution.
3830
- References to sound exist only in `Legacy` code.
3931

40-
## 5. Magical Brush Presets
41-
42-
**Status:** ⚠️ Partial / Unverified
43-
**Requirement:** 24+ high-impact brush presets (Glow, Neon, Fireworks, etc.).
44-
**Current State:**
45-
46-
- **Engine:** `FreehandTool` and `DrawableStamps` support the _capabilities_ (Glow, Rainbow, Jitter, Scatter).
47-
- **Presets:** The specific list of 24+ configured presets is not visible in `ToolbarViewModel` or `ToolStateManager`. The UI allows manual configuration, but the child-friendly "pick and draw" presets need to be verified or implemented.
48-
4932
## 6. Production Deployment
5033

5134
**Status:** ❌ Missing
318 KB
Loading
3.93 MB
Loading
116 KB
Loading
3.93 MB
Loading
116 KB
Loading
File renamed without changes.

Documentation/TransparentBackgroundExample.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)