mysticsymbolic.github.io/svg/_template.toml

26 wiersze
959 B
TOML
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# This can be used as a template for an SVG symbol's metadata.
# Just be sure you rename it to have the same name as the SVG, only
# with a a ".toml" extension instead of an ".svg" extension.
#
# So for example, if you want to define metadata for "antler.svg",
# you can make a copy of this file and call it "antler.toml".
#
# Also note that any lines that begin with a "#" are comments,
# so they will be ignored by the code.
# If true, this indicates that the symbol should always have
# a symbol nested within its nesting area(s).
always_nest = false
# If true, this indicates that the symbol should always
# be nested inside another symbol's nesting area.
always_be_nested = false
# If true, this indicates that the symbol should never
# be nested inside another symbol's nesting area.
never_be_nested = false
# If true, this indicates that any symbols nested on this
# symbols nesting area should have their colors inverted.
invert_nested = false