From 8d0a13ea5c6ee358fde8a3b298330df1666be386 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 9 Mar 2021 21:35:10 -0600 Subject: [PATCH] Add files via upload argh forgot toml extension again --- svg/head_phrenology.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 svg/head_phrenology.toml diff --git a/svg/head_phrenology.toml b/svg/head_phrenology.toml new file mode 100644 index 0000000..11fe07f --- /dev/null +++ b/svg/head_phrenology.toml @@ -0,0 +1,21 @@ +# 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 nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file