更新20260605
This commit is contained in:
@@ -1401,12 +1401,12 @@ namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.ViewModel
|
|||||||
Name = name,
|
Name = name,
|
||||||
Values = values,
|
Values = values,
|
||||||
MiniatureShapeSize = 8,
|
MiniatureShapeSize = 8,
|
||||||
MiniatureStrokeThickness = 2,
|
MiniatureStrokeThickness = 1.6f,
|
||||||
Stroke = new SolidColorPaint(SKColor.Parse(color)) { StrokeThickness = 3.2f },
|
Stroke = new SolidColorPaint(SKColor.Parse(color)) { StrokeThickness = 1.7f },
|
||||||
Fill = new SolidColorPaint(SKColors.Transparent),
|
Fill = new SolidColorPaint(SKColors.Transparent),
|
||||||
GeometryFill = new SolidColorPaint(SKColors.White),
|
GeometryFill = null,
|
||||||
GeometryStroke = new SolidColorPaint(SKColor.Parse(color)) { StrokeThickness = 2 },
|
GeometryStroke = null,
|
||||||
GeometrySize = 4,
|
GeometrySize = 0,
|
||||||
LineSmoothness = smoothness,
|
LineSmoothness = smoothness,
|
||||||
ScalesYAt = yAxis
|
ScalesYAt = yAxis
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user