From 9612f55bec9764c5ad774b65f24ed6ca87ec9aee Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:55:32 -0500 Subject: [PATCH] Add files via upload renamed hole band --- svg/band.svg | 25 +++++++++++++++++++++++++ svg/band.toml | 24 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 svg/band.svg create mode 100644 svg/band.toml diff --git a/svg/band.svg b/svg/band.svg new file mode 100644 index 0000000..df01fb9 --- /dev/null +++ b/svg/band.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/band.toml b/svg/band.toml new file mode 100644 index 0000000..4ca1d65 --- /dev/null +++ b/svg/band.toml @@ -0,0 +1,24 @@ +# If true, this indicates that the symbol should always have + +# a symbol nested within its nesting area(s). + +always_nest = false + + + +# If true, this indicates that the symbol should always + +# be nested inside another symbol's nesting area. + +always_be_nested = false + + +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