From e6d42b92c3aa35d1b37e47372fb385da0c92bad4 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sun, 28 Feb 2021 15:03:48 -0600 Subject: [PATCH] Add files via upload fixed some stray toml files --- svg/cube_paradox.toml | 13 +++++++++++++ svg/door.toml | 15 +++++++++++++++ svg/goat_head.toml | 13 +++++++++++++ svg/lion_leg.toml | 13 +++++++++++++ svg/tower1.toml | 2 +- svg/tower2.toml | 2 +- 6 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 svg/cube_paradox.toml create mode 100644 svg/door.toml create mode 100644 svg/goat_head.toml create mode 100644 svg/lion_leg.toml diff --git a/svg/cube_paradox.toml b/svg/cube_paradox.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/cube_paradox.toml @@ -0,0 +1,13 @@ +# 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 \ No newline at end of file diff --git a/svg/door.toml b/svg/door.toml new file mode 100644 index 0000000..5c20fb0 --- /dev/null +++ b/svg/door.toml @@ -0,0 +1,15 @@ +# 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 + + diff --git a/svg/goat_head.toml b/svg/goat_head.toml new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/goat_head.toml @@ -0,0 +1,13 @@ +# 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 \ No newline at end of file diff --git a/svg/lion_leg.toml b/svg/lion_leg.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/lion_leg.toml @@ -0,0 +1,13 @@ +# 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 \ No newline at end of file diff --git a/svg/tower1.toml b/svg/tower1.toml index 1ba74a3..ee5de6d 100644 --- a/svg/tower1.toml +++ b/svg/tower1.toml @@ -2,7 +2,7 @@ # a symbol nested within its nesting area(s). -always_nest = false +always_nest = true diff --git a/svg/tower2.toml b/svg/tower2.toml index 1ba74a3..ee5de6d 100644 --- a/svg/tower2.toml +++ b/svg/tower2.toml @@ -2,7 +2,7 @@ # a symbol nested within its nesting area(s). -always_nest = false +always_nest = true