Skip to content

Releases: zeevallin/gradient

v0.5.1

09 Jan 14:14
Compare
Choose a tag to compare
  • Fix to use stable sort algorithm for points in gradient map

v0.5.0

03 Jan 15:12
Compare
Choose a tag to compare
  • Support parsing .svg files in to Gradient maps using Gradient::SVG.parse (credit: @jjgreen)
  • Interpolating points on a gradient map (credit: @jjgreen)

v0.4.0

22 Nov 23:08
Compare
Choose a tag to compare
  • Allow Gradient::Map and Gradient::Point to be serialized/deserialized to primitives using the methods #serialize & .deserialize

v0.3.0

22 Nov 22:11
Compare
Choose a tag to compare
  • Changed the API for Gradient::Map to be invoked by using an array of Gradient::Point rather two arrays of Gradient::ColorPoint and Gradient::OpacityPoint
  • Introduced Gradient::PointMerger to take on the previous responsibility of Gradient::Map

v0.2.4

22 Nov 19:44
Compare
Choose a tag to compare
  • Allow parsing of larger .grd files
  • Fix some parsing errors to recover from corrupt segments

v0.2.3

20 Nov 01:24
Compare
Choose a tag to compare
  • Fix bug in .grd parsing where colors did not get properly turned in to RGB

v0.2.2

19 Nov 16:32
Compare
Choose a tag to compare
  • Fix bug where you couldn't initialise a gradiant map with one or fewer points