You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
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.