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