From 3f01115bb8dd3e548de38e9cb426a4d4dd067964 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Mon, 15 Mar 2021 19:36:11 -0500 Subject: [PATCH] Add files via upload introduced banner --- svg/banner.svg | 34 ++++++++++++++++++++++++++++++++++ svg/banner.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 svg/banner.svg create mode 100644 svg/banner.toml diff --git a/svg/banner.svg b/svg/banner.svg new file mode 100644 index 0000000..9ddcdc3 --- /dev/null +++ b/svg/banner.svg @@ -0,0 +1,34 @@ + + + + + + diff --git a/svg/banner.toml b/svg/banner.toml new file mode 100644 index 0000000..e0bcbe0 --- /dev/null +++ b/svg/banner.toml @@ -0,0 +1,29 @@ +# 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