mirror of
https://github.com/4sval/FModel.git
synced 2026-08-27 20:04:25 -05:00
fix
This commit is contained in:
@@ -58,7 +58,7 @@ namespace FModel.Creator.Bases.FN
|
||||
|
||||
public override SKBitmap[] Draw()
|
||||
{
|
||||
using var ret = new SKBitmap(Width, Height, SKColorType.Rgba8888, SKAlphaType.Premul);
|
||||
var ret = new SKBitmap(Width, Height, SKColorType.Rgba8888, SKAlphaType.Premul);
|
||||
using var c = new SKCanvas(ret);
|
||||
|
||||
switch (Style)
|
||||
|
||||
Reference in New Issue
Block a user