From 04f6bbb6a71b38c2ea40cec68d5de9fe15d430ef Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 15 Oct 2018 15:20:44 +0200 Subject: removed the white dots --- draw/draw.go | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'draw') diff --git a/draw/draw.go b/draw/draw.go index 92518ef..b66fc7b 100644 --- a/draw/draw.go +++ b/draw/draw.go @@ -114,16 +114,6 @@ func Slice(slice []structs.Star, path string) { // draw all the stars in the given slice drawStars(dc, slice) - dc.SetRGB(1, 1, 1) - - // drawing the 4 big stars as bigger white dots - dc.DrawCircle(600, 600, 5) - dc.DrawCircle(-600, 600, 5) - dc.DrawCircle(-600, 0, 5) - dc.DrawCircle(600, -600, 5) - - dc.Fill() - // save the plot to the given path saveImage(dc, path) } -- cgit 1.4.1