improve:墨迹平滑方案
This commit is contained in:
@@ -543,6 +543,7 @@ namespace Ink_Canvas {
|
||||
ShakeCorrectionStrengthSlider.Value = Settings.Canvas.ShakeCorrectionStrength;
|
||||
VelocityWeightedSmoothingStrengthSlider.Value = Settings.Canvas.VelocityWeightedSmoothingStrength;
|
||||
TimeWeightedSmoothingStrengthSlider.Value = Settings.Canvas.TimeWeightedSmoothingStrength;
|
||||
CornerSmoothingStrengthSlider.Value = Settings.Canvas.CornerSmoothingStrength;
|
||||
|
||||
// 初始化直线自动拉直相关设置
|
||||
ToggleSwitchAutoStraightenLine.IsOn = Settings.Canvas.AutoStraightenLine;
|
||||
|
||||
Reference in New Issue
Block a user