# 2️⃣ Allocate full canvas (filled with transparent black) canvas = Image.new(MODE, (WIDTH, HEIGHT), (0, 0, 0, 0))
// Create a new document that fills the canvas completely var doc = app.documents.add(W, H, 72, "FullImage847", NewDocumentMode.RGB, Document
Style = SKPaintStyle.Stroke, Color = SKColors.White, StrokeWidth = 5 ; canvas.DrawCircle(W / 2f, H / 2f, W / 4f, paint);
847 Create An Image Full Page
# 2️⃣ Allocate full canvas (filled with transparent black) canvas = Image.new(MODE, (WIDTH, HEIGHT), (0, 0, 0, 0))
// Create a new document that fills the canvas completely var doc = app.documents.add(W, H, 72, "FullImage847", NewDocumentMode.RGB, Document
Style = SKPaintStyle.Stroke, Color = SKColors.White, StrokeWidth = 5 ; canvas.DrawCircle(W / 2f, H / 2f, W / 4f, paint);