更新20260605

This commit is contained in:
GukSang.Jin
2026-06-05 18:10:30 +08:00
parent 704094c98b
commit c9d9dacf9a

View File

@@ -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
};