diff --git a/content/hub/feature-test/folder/Dynamic-Brush-Spacing.md b/content/hub/feature-test/folder/Dynamic-Brush-Spacing.md new file mode 100644 index 0000000..a9fe8ca --- /dev/null +++ b/content/hub/feature-test/folder/Dynamic-Brush-Spacing.md @@ -0,0 +1,29 @@ +--- +type: docs +--- + +# Objective + +Improve the quality of the brush spacing with respect to velocity. + +## Related Links + +- Branches: Artbox and [feature-dynamic-brush-spacing](https://gitlab.gnome.org/pixelmixer/artbox/-/tree/feature-dynamic-brush-spacing?ref_type=heads) + +## Design Revisions + +| **Revision** | **Current Design** | **Issues** | **Changes** | +|--------------------------------------------|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|-----------------------------------------------------------| +| **1. Remove Velocity Inversion** | Velocity is math inverted | The max and min values are inverted in the spacing curve graph | The velocity math is not inverted and the graph for velocity mapping is accurate | +| **2. Remove Spacing Limits** | Spacing is set to 200% for fast | Spacing does not respect the Paint Tool slider settings | Spacing respects the slider values | + + +## Notes + +This feature branch is a proposed solution to https://gitlab.gnome.org/GNOME/gimp/-/issues/1863 + +**Without Feature:** Top is a slow stroke, middle line fast, lower is slow to fast. +![without-feature](/images/diagrams/brush-velocity-without-feature.webp) + +**With Feature:** Top is a slow stroke, middle line fast, lower is slow to fast. +![with-feature](/images/diagrams/brush-velocity-with-feature.webp) \ No newline at end of file diff --git a/static/images/diagrams/brush-velocity-with-feature.webp b/static/images/diagrams/brush-velocity-with-feature.webp new file mode 100644 index 0000000..05a6e8e Binary files /dev/null and b/static/images/diagrams/brush-velocity-with-feature.webp differ diff --git a/static/images/diagrams/brush-velocity-without-feature.webp b/static/images/diagrams/brush-velocity-without-feature.webp new file mode 100644 index 0000000..e60adee Binary files /dev/null and b/static/images/diagrams/brush-velocity-without-feature.webp differ