lib/squib/builtin/projects/basic/config.yml in squib-0.15.3 vs lib/squib/builtin/projects/basic/config.yml in squib-0.16.0.pre.preview1

- old
+ new

@@ -1,10 +1,8 @@ # Settings in the config.yml are overriding Squib's defaults. Anything in the main script will override this. -# DPI is used in making PDFs and in unit conversions -# Default: 300 -#dpi: 72 +# Looking for DPI? It needs to be a parameter to Squib::Deck.new #antialias: best #recommended. Only about 10% slower than fast #antialias: default # set the anti-aliasing algorithm. default defers to the underlying graphics device. See http://www.cairographics.org/manual/cairo-cairo-t.html#cairo-antialias-t # Text hints are used to show the boundaries of text boxes. @@ -45,5 +43,8 @@ # warn_ellipsize: false # turn off entirely # By default, Squib will warn if a PNG is being up-scaled. # warn_png_scale: true # default # warn_png_scale: false # turn off entirely + +# How many pixels are in a "cell"? +# cell_px: 37.5 # default