From 6f56ecdd1f2fb4b47c4a58746c255c2767618ad2 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 16 Mar 2021 14:56:19 -0500 Subject: [PATCH] Add files via upload introduced dino legs --- svg/dino_leg_fore.svg | 23 +++++++++++++++++++++++ svg/dino_leg_fore.toml | 29 +++++++++++++++++++++++++++++ svg/dino_leg_hind.svg | 22 ++++++++++++++++++++++ svg/dino_leg_hind.toml | 29 +++++++++++++++++++++++++++++ 4 files changed, 103 insertions(+) create mode 100644 svg/dino_leg_fore.svg create mode 100644 svg/dino_leg_fore.toml create mode 100644 svg/dino_leg_hind.svg create mode 100644 svg/dino_leg_hind.toml diff --git a/svg/dino_leg_fore.svg b/svg/dino_leg_fore.svg new file mode 100644 index 0000000..3dbffb1 --- /dev/null +++ b/svg/dino_leg_fore.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/dino_leg_fore.toml b/svg/dino_leg_fore.toml new file mode 100644 index 0000000..6db85bb --- /dev/null +++ b/svg/dino_leg_fore.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 = true + + + +# 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/dino_leg_hind.svg b/svg/dino_leg_hind.svg new file mode 100644 index 0000000..2c2e3bf --- /dev/null +++ b/svg/dino_leg_hind.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/dino_leg_hind.toml b/svg/dino_leg_hind.toml new file mode 100644 index 0000000..1d12f6f --- /dev/null +++ b/svg/dino_leg_hind.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 = true + + + +# 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