Skip to content
v0.7.1 - 24-Feb-2019

Fixed

- Some of the packages that were moved into internal are required externally.
  This release makes them available again.

Breaking API changes

- The draw.LineStyle enum was refactored into its own package
  linestyle.LineStyle. Users will have to replace:
--  draw.LineStyleNone -> linestyle.None
--  draw.LineStyleLight -> linestyle.Light
--  draw.LineStyleDouble -> linestyle.Double
--  draw.LineStyleRound -> linestyle.Round