LLKennedy/imagetemplate

View on GitHub
render/text.go

Summary

Maintainability
A
0 mins
Test Coverage

Method ImageCanvas.Text has 5 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

func (canvas ImageCanvas) Text(text string, start image.Point, typeFace font.Face, colour color.Color, maxWidth int) (Canvas, error) {
Severity: Minor
Found in render/text.go - About 35 mins to fix

    Method ImageCanvas.TryText has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

    func (canvas ImageCanvas) TryText(text string, start image.Point, typeFace font.Face, colour color.Color, maxWidth int) (bool, int) {
    Severity: Minor
    Found in render/text.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status