Skip to content

Releases: andymeneely/squib

v0.11 Better unit conversion, Rewritten embed.svg and embed.png

15 Sep 20:04
Compare
Choose a tag to compare

v0.10.0 Build groups, CSV improvements, squib.readthedocs.rog

06 May 17:09
Compare
Choose a tag to compare

v0.9.0

11 Jan 01:59
Compare
Choose a tag to compare

See CHANGELOG.md for details.

Improvements to xlsx and csv imports

26 Oct 18:58
Compare
Choose a tag to compare

See CHANGELOG.md for release.

v0.7 Fancy line stroking, Better argument handling

11 Sep 15:02
Compare
Choose a tag to compare

v0.6.0 New DSL methods: hand, star, polygon. And a data field for svg

27 May 01:03
Compare
Choose a tag to compare

Bugfix for v0.5 Release

14 Apr 03:24
Compare
Choose a tag to compare

See CHANGELOG.md

Embedded Icons and Smart Quotes!

14 Apr 01:43
Compare
Choose a tag to compare

See the CHANGELOG.md

SVG Backend!

01 Mar 02:54
Compare
Choose a tag to compare
  • 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.

Gradients and Masks!

02 Feb 05:35
Compare
Choose a tag to compare

See CHANGELOG.md for changes.