We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
37590d3
There was an error while loading. Please reload this page.
Fixes a bug in which Pattern#color having 00 for a channel value would be output with only one zero.
Pattern#color
00
a56e251
Adds a new color property on Pattern instances that retrieves the background color of the pattern as a hex color.
color
Pattern
var pattern = GeoPattern.generate('GitHub'); pattern.color // => "#455e8a"
dae241c
Removes the extra rotatedTriangles pattern and replaces it with chevrons, which was previously unused.
rotatedTriangles
chevrons