From c9d9dacf9a1d30f935550e73ac1a858ae4ef11de Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Fri, 5 Jun 2026 18:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B020260605?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewModels/MainWindowViewModel.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Footwear Test methodsfor wholeshoe Slipresistanceperformance/ViewModels/MainWindowViewModel.cs b/Footwear Test methodsfor wholeshoe Slipresistanceperformance/ViewModels/MainWindowViewModel.cs index adde085..4e99345 100644 --- a/Footwear Test methodsfor wholeshoe Slipresistanceperformance/ViewModels/MainWindowViewModel.cs +++ b/Footwear Test methodsfor wholeshoe Slipresistanceperformance/ViewModels/MainWindowViewModel.cs @@ -1401,12 +1401,12 @@ namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.ViewModel Name = name, Values = values, MiniatureShapeSize = 8, - MiniatureStrokeThickness = 2, - Stroke = new SolidColorPaint(SKColor.Parse(color)) { StrokeThickness = 3.2f }, + MiniatureStrokeThickness = 1.6f, + Stroke = new SolidColorPaint(SKColor.Parse(color)) { StrokeThickness = 1.7f }, Fill = new SolidColorPaint(SKColors.Transparent), - GeometryFill = new SolidColorPaint(SKColors.White), - GeometryStroke = new SolidColorPaint(SKColor.Parse(color)) { StrokeThickness = 2 }, - GeometrySize = 4, + GeometryFill = null, + GeometryStroke = null, + GeometrySize = 0, LineSmoothness = smoothness, ScalesYAt = yAxis };