Skip to content

quill v0.1.1

Choose a tag to compare

@martian56 martian56 released this 09 Jul 17:24
· 7 commits to main since this release

A small patch release.

Fixed

  • The checkbox tick now draws as a shape instead of the glyph. That glyph (U+2713) is absent from most text fonts, including the bundled Go font, and quill rasterizes a single face with no OS font fallback, so a checked box previously drew nothing. It now renders with any font.

Install

[dependencies]
"github.com/martian56/quill" = "v0.1.1"