squib/samples
Andy Meneely 969f16633e
Add rotate option for save_sheet (#301) (#345)
* Initial work on rotate for save_sheet

* Feature done! Maybe?
2021-10-22 01:26:03 -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 samples and docs for placeholders 2021-10-13 00:18:27 -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 Add rotate option for save_sheet (#301) (#345) 2021-10-22 01:26:03 -04:00
shadows ok last tweaks i swear 2021-07-23 11:52:13 -04:00
shapes documentation specs, beginning cleaner conversion 2020-03-13 10:38:34 -04:00
sprues Allow negative coordinates in sprue coordinates 2021-08-11 15:00:54 -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.