ticleanup
This commit is contained in:
parent
075a6b94e1
commit
541b1668ba
@ -28,8 +28,7 @@ public class CanvasService {
|
||||
|
||||
// TODO: Dessiner à partir des commandes de Franz.
|
||||
|
||||
public async void Draw(IEnumerable<CanvasCommand> lscommand)
|
||||
{
|
||||
public async void Draw(IEnumerable<CanvasCommand> lscommand) {
|
||||
if (_currentCanvasContext is null)
|
||||
_currentCanvasContext = await myCanvas.CreateCanvas2DAsync();
|
||||
await _currentCanvasContext.BeginBatchAsync();
|
||||
|
Loading…
Reference in New Issue
Block a user