Geo Pattern Versions Save

Create beautiful generative geometric background images from a string.

v1.5.0

1 year ago

A collection of updates from the past several years.

v1.4.0

9 years ago

New class structure for patterns and colors as well as updated testing infrastructure. See #46.

v1.3.2

9 years ago

We finally have a basic test suite in place thanks to @maxmeyer. No new functionality here.

v1.3.1

9 years ago

Allow for no generator parameter. (#37)

v1.3.0

9 years ago

#34 introduced a new syntax for the :generator option. Rather than the previous string parameter (e.g. plus_signs), we now use a class (e.g. GeoPattern::PlusSignPattern). String references will still work, though a deprecation warning will be output as a comment in the generated SVG.

v1.2.1

10 years ago

Somehow, the fact that I had 17 patterns instead of 16 escaped me until recently reported. I decided to remove triangles_rotated because it was very similar to the regular triangles pattern. Apologies for any inconvenience this may have caused.

v1.2.0

10 years ago

You can now specify a color for the background w/o the hue or saturation shifting.

v1.1.4

10 years ago

Fix for inner squares on nested_squares pattern.

v1.1.3

10 years ago

Fixes opacity problem with mosaic squares.

v1.1.2

10 years ago

Using frozen array list for better security.