From b42e346e3e8abb9504d704c863ef6ff1908ec661 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 20 Mar 2021 20:10:37 -0500 Subject: [PATCH] Add files via upload introduced scales --- svg/scales.svg | 30 ++++++++++++++++++++++++++++++ svg/scales.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 svg/scales.svg create mode 100644 svg/scales.toml diff --git a/svg/scales.svg b/svg/scales.svg new file mode 100644 index 0000000..b961f65 --- /dev/null +++ b/svg/scales.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/scales.toml b/svg/scales.toml new file mode 100644 index 0000000..e0bcbe0 --- /dev/null +++ b/svg/scales.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