squib/samples
Andy Meneely b25f0d535b drop shadows! they're a thing now.
Fixes #306, #264
2021-07-23 11:01:41 -04:00
..
_output PDF support more stable now 2014-07-19 01:44:21 -04:00
autoscale_font Rewritten autoscale sample 2019-10-17 12:04:46 -04:00
backend colors: update sanity tests for new colors 2019-05-22 14:36:08 -04:00
build_groups Improve rakefile example to match docs 2019-05-27 09:16:06 -04:00
colors Merge branch 'dev' into args-refactor-forrealsies 2020-10-02 09:06:55 -04:00
config Respect DPI settings in text, add pt unit 2017-10-05 16:37:46 -04:00
data fix default Qty field 2020-10-03 01:34:14 -04:00
images Cleaner handling of SVG ID 2019-05-29 14:20:03 -04:00
intro sanity: update sanity test expected images for new font size 2017-10-05 17:02:24 -04:00
layouts builtin layouts: party 🎉 2017-10-13 15:26:25 -04:00
project docs: cleanup and warning fixes 2017-01-04 15:31:29 -05:00
proofs Respect DPI settings in text, add pt unit 2017-10-05 16:37:46 -04:00
ranges converted the rest! 2020-03-20 23:07:14 -04:00
saves rows arg in save_sheet is always respected 2021-05-13 22:39:52 -04:00
shadows drop shadows! they're a thing now. 2021-07-23 11:01:41 -04:00
shapes documentation specs, beginning cleaner conversion 2020-03-13 10:38:34 -04:00
sprues Deal with extra/no page issue with sprues 2020-10-04 15:53:16 -04:00
system_font_debug add fonts methods 2021-07-22 15:09:45 -04:00
text text method migrated! 2020-05-16 20:00:45 -04:00
units i dub thee v0.16 2020-11-24 23:19:03 -05:00
README.md samples: reorganize for better sanity 2017-01-04 15:16:11 -05:00
basic.rb Respect DPI settings in text, add pt unit 2017-10-05 16:37:46 -04:00
hello_world.rb 👮 newline at end of file 2016-03-17 23:51:37 -04:00
shiny-purse.png Added blending operators to png and svg 2014-08-12 12:23:54 -04:00
spanner.svg Flip options for sprues (#251) (#277) 2019-06-07 15:23:15 -04:00

README.md

Squib Samples

In here we have a massive library of Squib samples. We try to exercise as many options as possible here as these samples also serve as Squib's regression test suite.

If you have one to contribute, file an issue!

What's with the underscores?

Normally you don't start a filename with an underscore (e.g. _text.rb), but to make it easier to find the code itself on GitHub, we've renamed the files so they sort to the top of the list.