1
0
Files
robolitik/config.yml
2024-09-03 20:05:42 +02:00

38 lines
1.2 KiB
YAML

# Settings in the config.yml are overriding Squib's defaults. Anything in the main script will override this.
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'
# TODO party colors
#For reading image file command (e.g. png and svg), read from this directory instead
img_dir: ._graphics
# Use a SVG cairo back end, instead of an in-memory buffer
backend: :memory
# Configure what text markup uses replace characters
# Below are the defaults
# lsquote: "\u2018" #note that Yaml wants double quotes here to use escape chars
# rsquote: "\u2019"
# ldquote: "\u201C"
# rdquote: "\u201D"
# em_dash: "\u2014"
# en_dash: "\u2013"
# ellipsis: "\u2026"
smart_quotes: true
warn_ellipsize: true
warn_png_scale: true
# cell_px: <Defined in Ruby>