26 wiersze
959 B
TOML
26 wiersze
959 B
TOML
# 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
|
||
# symbol’s nesting area should have their colors inverted.
|
||
invert_nested = false
|