From bd247865819754d6347b8c10286f1d091821576d Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Fri, 5 Mar 2021 17:14:45 -0600 Subject: [PATCH] Add files via upload introduce window --- svg/window.svg | 28 ++++++++++++++++++++++++++++ svg/window.toml | 21 +++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 svg/window.svg create mode 100644 svg/window.toml diff --git a/svg/window.svg b/svg/window.svg new file mode 100644 index 0000000..cfdb270 --- /dev/null +++ b/svg/window.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/window.toml b/svg/window.toml new file mode 100644 index 0000000..9b7e963 --- /dev/null +++ b/svg/window.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 = false \ No newline at end of file