app-icon icon indicating copy to clipboard operation
app-icon copied to clipboard

Fonts can break build

Open dwmkerr opened this issue 6 years ago • 0 comments

We do not yet support explicitly using a font for the label. This means imagemagick relies on the system default (arial on many systems). This means that unit tests will fail, on certain systems, as they rely on external state (the default font).

PR #62 highlights the issue - the test dockerfile relies on us installing windows fonts into a linux env.

dwmkerr avatar Nov 20 '18 05:11 dwmkerr