From 2a3a23990f902eb96dda1c68b42fbff5ba4a0d0b Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 20 Mar 2021 15:08:23 -0500 Subject: [PATCH] Add files via upload tomls --- svg/diamond.toml | 29 +++++++++++++++++++++++++++++ svg/yoni.toml | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 svg/diamond.toml create mode 100644 svg/yoni.toml diff --git a/svg/diamond.toml b/svg/diamond.toml new file mode 100644 index 0000000..865f206 --- /dev/null +++ b/svg/diamond.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 = false + + + +# 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 diff --git a/svg/yoni.toml b/svg/yoni.toml new file mode 100644 index 0000000..2499c60 --- /dev/null +++ b/svg/yoni.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 = false \ No newline at end of file