From eae33839fdcb3bf26064692a4e516f18ce4a5c7b Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 6 Mar 2021 14:50:21 -0600 Subject: [PATCH] Add files via upload tomls --- svg/dragon_fore.toml | 21 +++++++++++++++++++++ svg/dragon_hind.toml | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 svg/dragon_fore.toml create mode 100644 svg/dragon_hind.toml diff --git a/svg/dragon_fore.toml b/svg/dragon_fore.toml new file mode 100644 index 0000000..57ae4c8 --- /dev/null +++ b/svg/dragon_fore.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 = 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 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/dragon_hind.toml b/svg/dragon_hind.toml new file mode 100644 index 0000000..57ae4c8 --- /dev/null +++ b/svg/dragon_hind.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 = 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 nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file