From dbc175d1dc2c4072ffad1a4514e54302768b6937 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Thu, 4 Mar 2021 09:13:04 -0600 Subject: [PATCH] Add files via upload first "never_be_nested" toml --- svg/capricorn_tail.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 svg/capricorn_tail.toml diff --git a/svg/capricorn_tail.toml b/svg/capricorn_tail.toml new file mode 100644 index 0000000..a612c3c --- /dev/null +++ b/svg/capricorn_tail.toml @@ -0,0 +1,20 @@ +# 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 = true \ No newline at end of file