Skip to content

Refactor ParseSVG and support transform attribute, see #235 #258

Refactor ParseSVG and support transform attribute, see #235

Refactor ParseSVG and support transform attribute, see #235 #258

Triggered via push August 19, 2023 12:30
Status Failure
Total duration 3m 23s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors
lint: cmd/fontinfo/main.go#L17
could not import github.com/tdewolff/canvas (-: # github.com/tdewolff/canvas
lint: renderers/rasterizer/rasterizer.go#L7
could not import github.com/tdewolff/canvas (-: # github.com/tdewolff/canvas
lint: renderers/fyne/fyne.go#L6
could not import github.com/tdewolff/canvas (-: # github.com/tdewolff/canvas
lint: renderers/fyne/fyne.go#L24
r.W undefined (type *Fyne has no field or method W) (typecheck)
lint: renderers/fyne/fyne.go#L25
r.RenderTo undefined (type *Fyne has no field or method RenderTo) (typecheck)
lint: renderers/opengl/opengl.go#L10
could not import github.com/go-gl/gl/v3.3-core/gl (-: go build github.com/go-gl/gl/v3.3-core/gl:
lint: canvas.go#L1
: # github.com/tdewolff/canvas [github.com/tdewolff/canvas.test]
lint: font/woff2.go#L172
Error return value of `io.Copy` is not checked (errcheck)
lint: font/sfnt.go#L388
struct field `GlyphIdArray` should be `GlyphIDArray` (golint)
lint: font/sfnt.go#L416
struct field `IdDelta` should be `IDDelta` (golint)
build: svg.go#L240
ParseSVG redeclared in this block
build: path.go#L1693
other declaration of ParseSVG
build
Process completed with exit code 1.