Save All is now working.
Size is now a relative value in Line.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Progrart.Core.Graphics
|
||||
new SKPaint()
|
||||
{
|
||||
ColorF = Color,
|
||||
StrokeWidth = Size,
|
||||
StrokeWidth = context.TranslateSize(Size),
|
||||
Shader = shader
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user