From 9616f88854efb9e76f894da027d452355397c2d4 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 13 Mar 2021 08:26:14 -0600 Subject: [PATCH] Add files via upload --- svg/arches.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 svg/arches.toml diff --git a/svg/arches.toml b/svg/arches.toml new file mode 100644 index 0000000..b8aa60f --- /dev/null +++ b/svg/arches.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 = false \ No newline at end of file