change import paths
This commit is contained in:
parent
1f5fe236d0
commit
075ec865cb
|
@ -2,7 +2,7 @@ package drawing
|
|||
|
||||
import (
|
||||
"git.gutmet.org/golang-freetype.git/raster"
|
||||
"golang.org/x/image/math/fixed"
|
||||
"git.gutmet.org/golang-image.git/math/fixed"
|
||||
)
|
||||
|
||||
// FtLineBuilder is a builder for freetype raster glyphs.
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"image"
|
||||
"image/color"
|
||||
|
||||
"golang.org/x/image/draw"
|
||||
"golang.org/x/image/math/f64"
|
||||
"git.gutmet.org/golang-image.git/draw"
|
||||
"git.gutmet.org/golang-image.git/math/f64"
|
||||
|
||||
"git.gutmet.org/golang-freetype.git/raster"
|
||||
)
|
||||
|
|
|
@ -8,9 +8,9 @@ import (
|
|||
|
||||
"git.gutmet.org/golang-freetype.git/raster"
|
||||
"git.gutmet.org/golang-freetype.git/truetype"
|
||||
"golang.org/x/image/draw"
|
||||
"golang.org/x/image/font"
|
||||
"golang.org/x/image/math/fixed"
|
||||
"git.gutmet.org/golang-image.git/draw"
|
||||
"git.gutmet.org/golang-image.git/font"
|
||||
"git.gutmet.org/golang-image.git/math/fixed"
|
||||
)
|
||||
|
||||
// NewRasterGraphicContext creates a new Graphic context from an image.
|
||||
|
|
|
@ -2,7 +2,7 @@ package drawing
|
|||
|
||||
import (
|
||||
"git.gutmet.org/golang-freetype.git/truetype"
|
||||
"golang.org/x/image/math/fixed"
|
||||
"git.gutmet.org/golang-image.git/math/fixed"
|
||||
)
|
||||
|
||||
// DrawContour draws the given closed contour at the given sub-pixel offset.
|
||||
|
|
|
@ -3,7 +3,7 @@ package drawing
|
|||
import (
|
||||
"math"
|
||||
|
||||
"golang.org/x/image/math/fixed"
|
||||
"git.gutmet.org/golang-image.git/math/fixed"
|
||||
|
||||
"git.gutmet.org/golang-freetype.git/raster"
|
||||
"git.gutmet.org/golang-freetype.git/truetype"
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"math"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/image/font"
|
||||
"git.gutmet.org/golang-image.git/font"
|
||||
|
||||
"git.gutmet.org/golang-freetype.git/truetype"
|
||||
"git.gutmet.org/go-chart.git/drawing"
|
||||
|
|
Loading…
Reference in New Issue
Block a user