Revert "add:issue #224"

This reverts commit 07a62d2f78.
This commit is contained in:
2025-10-01 00:53:22 +08:00
parent 07a62d2f78
commit 69c45764b2
18 changed files with 52 additions and 229 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Ink_Canvas.Helpers
public class StrokeVisual : DrawingVisual
{
private bool _needsRedraw = true;
private int _lastPointCount;
private int _lastPointCount = 0;
private const int REDRAW_THRESHOLD = 3;
/// <summary>