From e6bea88120338271dfbd2c4010caa1119d5970e3 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 13 Mar 2021 08:57:50 -0600 Subject: [PATCH] Add files via upload --- svg/thistle.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 svg/thistle.toml diff --git a/svg/thistle.toml b/svg/thistle.toml new file mode 100644 index 0000000..d31c7e6 --- /dev/null +++ b/svg/thistle.toml @@ -0,0 +1,23 @@ +# 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 + +never_be_nested = false + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file