about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--draw/draw.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/draw/draw.go b/draw/draw.go
index fbf8d9f..c5d1474 100644
--- a/draw/draw.go
+++ b/draw/draw.go
@@ -109,10 +109,6 @@ func Slice(slice []structs.Star2D, path string) {
 	// draw all the stars in the given slice
 	drawStars(dc, slice)
 
-	dc.SetRGB(1, 1, 1)
-
-	dc.Fill()
-
 	// save the plot to the given path
 	saveImage(dc, path)
 }