Skip to content

Commit d433c9a

Browse files
committed
Remove white background added by Copilot obsessively.
It is not in the original!
1 parent 6c13d09 commit d433c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SkiaGTK4_AdvancedGL_Version2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def create_offscreen_star(self):
8383
info = skia.ImageInfo.Make(self.star_width, self.star_height, skia.ColorType.kRGBA_8888_ColorType, skia.AlphaType.kPremul_AlphaType)
8484
star_surface = skia.Surface.MakeRaster(info)
8585
canvas = star_surface.getCanvas()
86-
canvas.clear(skia.ColorWHITE)
8786
paint = skia.Paint()
8887
canvas.save()
8988
canvas.translate(self.star_width/2, self.star_height/2)

0 commit comments

Comments
 (0)