Geopattern Versions Save

Generate beautiful SVG patterns

v1.2.1

9 years ago

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

v1.2.2

9 years ago

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.3

9 years ago

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