microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.82k stars 631 forks source link

Add a segment/pixel eraser to InkToolbar sample #612

Closed Poopooracoocoo closed 2 years ago

Poopooracoocoo commented 3 years ago

Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?

If this is an addition/modification to an existing sample page, which one? InkToolbar

Describe the sample

A segment/pixel eraser

Is your sample request related to a problem? Please describe it

drawing is hard and other apps could do with a reference, especially as MS Whiteboard is just a web app.

Additional context

stmoy commented 3 years ago

I believe this is a limitation of the InkCanvas control. https://stackoverflow.com/questions/53632049/erasing-portion-of-a-stoke-in-uwp

Poopooracoocoo commented 3 years ago

I created this issue: https://github.com/microsoft/microsoft-ui-xaml/issues/1530 but I doubt it'll EVER be implemented, so I created this issue in hopes that you guys will implement it in XAML Controls Gallery.

stmoy commented 3 years ago

The Gallery aims to showcase the capabilities of the platform, not to supersede them; I don't think that we'll do anything special in the Gallery in this case (especially since I'm not even sure it's possible).

gregwoo-microsoft commented 2 years ago

I'm closing this issue as this is a feature request for WinUI.