Changed import paths

This commit is contained in:
2023-05-03 19:40:30 -04:00
parent 794ab1b5e8
commit 33c787d70b
70 changed files with 207 additions and 207 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package shapes
import "math"
import "image"
import "image/color"
import "git.tebibyte.media/sashakoshka/tomo/artist"
import "tomo/artist"
// TODO: redo fill ellipse, stroke ellipse, etc. so that it only takes in
// destination and source, using the bounds of destination as the bounds of the
+1 -1
View File
@@ -2,7 +2,7 @@ package shapes
import "image"
import "image/color"
import "git.tebibyte.media/sashakoshka/tomo/artist"
import "tomo/artist"
// ColorLine draws a line from one point to another with the specified weight
// and color.
+2 -2
View File
@@ -2,8 +2,8 @@ package shapes
import "image"
import "image/color"
import "git.tebibyte.media/sashakoshka/tomo/artist"
import "git.tebibyte.media/sashakoshka/tomo/shatter"
import "tomo/artist"
import "tomo/shatter"
// TODO: return updatedRegion for all routines in this package