Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions Components/SettingsFlyoutPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
Stroke="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}"
StrokeThickness="1"
MaximumHeightRequest="600">
<ScrollView VerticalScrollBarVisibility="Default">
<ScrollView VerticalScrollBarVisibility="Default"
Padding="0,0,25 ,0">
<StackLayout Spacing="12">
<Label Text="Brush Settings"
FontAttributes="Bold"
Expand Down Expand Up @@ -103,7 +104,7 @@
FontAttributes="Bold"/>
<Slider x:Name="AngleJitterSlider"
Minimum="0"
Maximum="0.5"
Maximum="180"
ValueChanged="OnAngleJitterChanged"/>

<Label Text="Hue Jitter"
Expand Down
17 changes: 0 additions & 17 deletions Documentation/MissingFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ This document tracks features that are specified in the requirements or document
- No Gallery View or ViewModel.
- No file storage logic for saving/loading drawings (serialization).

## 3. Import Photos (Doodling on Pictures)

**Status:** ❌ Missing
**Requirement:** Ability to import photos to the canvas background.
**Current State:**

- `Canvas` logic supports drawing paths but does not have an "Image Layer" or background image support implemented in `MainViewModel` or `Layer` model.

## 4. Audio/Haptic Feedback

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

## 5. Magical Brush Presets

**Status:** ⚠️ Partial / Unverified
**Requirement:** 24+ high-impact brush presets (Glow, Neon, Fireworks, etc.).
**Current State:**

- **Engine:** `FreehandTool` and `DrawableStamps` support the _capabilities_ (Glow, Rainbow, Jitter, Scatter).
- **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.

## 6. Production Deployment

**Status:** ❌ Missing
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
160 changes: 0 additions & 160 deletions Documentation/TransparentBackgroundExample.md

This file was deleted.

Loading