Skip to content

v1.2.2

Compare
Choose a tag to compare
@btmills btmills released this 15 Jan 16:21
· 38 commits to master since this release

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"