From 8bbf498403f74e087838b8d29c867352b9e077f7 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sun, 14 Mar 2021 19:40:14 -0500 Subject: [PATCH] Add files via upload toml for the experimental nestboxes symbol --- svg/nestboxes_triple.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 svg/nestboxes_triple.toml diff --git a/svg/nestboxes_triple.toml b/svg/nestboxes_triple.toml new file mode 100644 index 0000000..a61d928 --- /dev/null +++ b/svg/nestboxes_triple.toml @@ -0,0 +1,31 @@ +# If true, this indicates that the symbol should always have + +# a symbol nested within its nesting area(s). + +always_nest = true + + + +# 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 = true + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = false + +