From 87662a7bdb2906f832e051e3631ae1f52ac30e13 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 16 Mar 2021 12:44:35 -0500 Subject: [PATCH] Add files via upload intro banner vertical --- svg/banner_vertical.svg | 40 ++++++++++++++++++++++++++++++++++++++++ svg/banner_vertical.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 svg/banner_vertical.svg create mode 100644 svg/banner_vertical.toml diff --git a/svg/banner_vertical.svg b/svg/banner_vertical.svg new file mode 100644 index 0000000..6226379 --- /dev/null +++ b/svg/banner_vertical.svg @@ -0,0 +1,40 @@ + + + + + + diff --git a/svg/banner_vertical.toml b/svg/banner_vertical.toml new file mode 100644 index 0000000..e0bcbe0 --- /dev/null +++ b/svg/banner_vertical.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