Squib Versions Save

A Ruby DSL for prototyping card games.

v0.11.0

7 years ago

See CHANGELOG.md for details.

v0.10.0

8 years ago

See CHANGELOG.md for details.

v0.9.0

8 years ago

See CHANGELOG.md for details.

v0.8

8 years ago

See CHANGELOG.md for release.

v0.7.0

8 years ago

See CHANGELOG.md for details.

v0.6.0

8 years ago

See CHANGELOG

v0.5.1

9 years ago

See CHANGELOG.md

v0.5.0

9 years ago

See the CHANGELOG.md

v0.4.0

9 years ago
  • SVG backend support! You can now set the deck's back end to work with SVGs instead of images, making the resulting PDFs vectorized. (You can still save to PNGs too.) This was a big change for Squib, and it's got at least one known issue and probably a few more here and there. See discussion on the README for more details.
  • Added config option for antialiasing method. My benchmarks showed that 'best' is only 10% slower than 'fast' on extremely alias-intensive tasks, so that's the Squib default now.
  • Bugfix: Stray stroke on circles after text (#35)
  • Bugfix: Progress bar increment error (#34)

Known issues

  • Masking SVGs onto an SVG backend will rasterize as an intermediate step. (#43)
  • Compatibility change: gradient coordinates for the mask option in svg and png commands are relative to the given x,y - NOT to card as it was before.

v0.3.0

9 years ago

See CHANGELOG.md for changes.