Skip to content

ensure text and SVG textures re-rasterize when window is dragged to n… #359

ensure text and SVG textures re-rasterize when window is dragged to n…

ensure text and SVG textures re-rasterize when window is dragged to n… #359

Triggered via push December 21, 2024 16:43
Status Failure
Total duration 3m 19s
Artifacts
static_analysis
3m 7s
static_analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
static_analysis: test/canvas.go#L66
cannot use c (variable of type *canvas) as fyne.Canvas value in struct literal: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L67
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
static_analysis: test/canvas.go#L76
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
static_analysis: test/canvas.go#L87
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L93
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/canvas.go#L100
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to c.painter.Paint: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
static_analysis: test/driver.go#L58
impossible type assertion: c.(*canvas)
static_analysis: test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
static_analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636