8000 Releases · btmills/geopattern · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: btmills/geopattern

v1.2.3

15 Jan 16:20
Compare
Choose a tag to compare

Fixes a bug in which Pattern#color having 00 for a channel value would be output with only one zero.

v1.2.2

15 Jan 16:21
Compare
Choose a tag to compare

Adds a new color property on Pattern instances that retrieves the background color of the pattern as a hex color.

var pattern = GeoPattern.generate('GitHub');
pattern.color // => "#455e8a"

v1.2.1

16 Jan 17:49
Compare
Choose a tag to compare

Removes the extra rotatedTriangles pattern and replaces it with chevrons, which was previously unused.

0