From f9b1dec03db3cf80e7c32298ec17f5841877711d Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 10 Apr 2021 21:35:18 -0500 Subject: [PATCH] Add files via upload inverted throne added toml --- assets/symbols/throne.svg | 30 +++++++++++++++--------------- assets/symbols/throne.toml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 assets/symbols/throne.toml diff --git a/assets/symbols/throne.svg b/assets/symbols/throne.svg index f8a461d..32bab93 100644 --- a/assets/symbols/throne.svg +++ b/assets/symbols/throne.svg @@ -5,23 +5,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + diff --git a/assets/symbols/throne.toml b/assets/symbols/throne.toml new file mode 100644 index 0000000..a19f514 --- /dev/null +++ b/assets/symbols/throne.toml @@ -0,0 +1,32 @@ + + +# 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 = 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