Sha256: b2c819ce3de6406f898d7cdad5cba9da8cdc9f38c59a7125e6d5c2e8d01a7fff

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# 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

#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.
# Can be enabled/disabled at the command-level, or set globally with `set`
#text_hint: '#F00'

# Show progress bars on the command line for potentially long-running operations
#progress_bars: true

#Enable some custom colors that can be used in any color
#custom_colors:
#  foo: '#abc'

#For reading image file command (e.g. png and svg), read from this directory instead
#img_dir: img-color
#img_dir: img-bw

# Use a SVG cairo back end, instead of an in-memory buffer
# backend: :memory # default
# backend: :svg    # can create scalable pdfs, but rendering done at the printer level is not as good as Cairo.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
squib-0.4.0 lib/squib/project_template/config.yml