From c00f673996414ed00feda68942e6c5487dcfd712 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 20 Apr 2021 14:03:40 -0500 Subject: [PATCH] Add files via upload introduced flower + toml --- assets/symbols/flower.svg | 50 ++++++++++++++++++++++++++++++++++++++ assets/symbols/flower.toml | 32 ++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 assets/symbols/flower.svg create mode 100644 assets/symbols/flower.toml diff --git a/assets/symbols/flower.svg b/assets/symbols/flower.svg new file mode 100644 index 0000000..b5187ef --- /dev/null +++ b/assets/symbols/flower.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/symbols/flower.toml b/assets/symbols/flower.toml new file mode 100644 index 0000000..a19f514 --- /dev/null +++ b/assets/symbols/flower.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