From 7eba5de5e7dcea1a6d8a985ca8c70a06c2d6e50f Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sun, 28 Feb 2021 07:11:07 -0600 Subject: [PATCH] Add files via upload created toml files for some symbols adding black areas back into symbols --- svg/cathedral.svg | 33 +++++++++++--- svg/cathedral.toml | 13 ++++++ svg/cow_head.svg | 34 +++++++++++--- svg/cow_head.toml | 12 +++++ svg/cross.toml | 13 ++++++ svg/cross_tall.toml | 13 ++++++ svg/cube_paradox.toml.txt | 13 ++++++ svg/door.svg | 7 ++- svg/door.toml.txt | 15 +++++++ svg/egg.svg | 19 ++++---- svg/egg.toml | 13 ++++++ svg/eye_eyelashes.svg | 17 +++---- svg/eye_eyelashes.toml | 13 ++++++ svg/foot_of_god.svg | 2 +- svg/foot_of_god.toml | 13 ++++++ svg/goat_head.svg | 95 ++++++++++++++++++++++----------------- svg/goat_head.toml.txt | 13 ++++++ svg/head_beast.svg | 17 ++++++- svg/head_beast.toml | 13 ++++++ svg/lamb_head.svg | 29 +++++++----- svg/lamb_head.toml | 12 +++++ svg/lion_head.svg | 31 +++++++------ svg/lion_head.toml | 13 ++++++ svg/lion_leg.toml.txt | 13 ++++++ svg/lion_tail.toml | 13 ++++++ svg/menorah.toml | 13 ++++++ svg/oroboros.toml.txt | 13 ++++++ svg/snake_eye.toml | 13 ++++++ svg/snake_helix.svg | 21 +++++---- svg/snake_helix.toml | 13 ++++++ svg/stairs.svg | 28 ++++++------ svg/stairs.toml | 13 ++++++ 32 files changed, 468 insertions(+), 125 deletions(-) create mode 100644 svg/cathedral.toml create mode 100644 svg/cow_head.toml create mode 100644 svg/cross.toml create mode 100644 svg/cross_tall.toml create mode 100644 svg/cube_paradox.toml.txt create mode 100644 svg/door.toml.txt create mode 100644 svg/egg.toml create mode 100644 svg/eye_eyelashes.toml create mode 100644 svg/foot_of_god.toml create mode 100644 svg/goat_head.toml.txt create mode 100644 svg/head_beast.toml create mode 100644 svg/lamb_head.toml create mode 100644 svg/lion_head.toml create mode 100644 svg/lion_leg.toml.txt create mode 100644 svg/lion_tail.toml create mode 100644 svg/menorah.toml create mode 100644 svg/oroboros.toml.txt create mode 100644 svg/snake_eye.toml create mode 100644 svg/snake_helix.toml create mode 100644 svg/stairs.toml diff --git a/svg/cathedral.svg b/svg/cathedral.svg index c5928b7..b6e0b73 100644 --- a/svg/cathedral.svg +++ b/svg/cathedral.svg @@ -4,19 +4,38 @@ - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - + + + diff --git a/svg/cathedral.toml b/svg/cathedral.toml new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/cathedral.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/cow_head.svg b/svg/cow_head.svg index 6649257..4534bf9 100644 --- a/svg/cow_head.svg +++ b/svg/cow_head.svg @@ -3,11 +3,35 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -17,8 +41,8 @@ - - + + diff --git a/svg/cow_head.toml b/svg/cow_head.toml new file mode 100644 index 0000000..2e1135c --- /dev/null +++ b/svg/cow_head.toml @@ -0,0 +1,12 @@ +# 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/cross.toml b/svg/cross.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/cross.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/cross_tall.toml b/svg/cross_tall.toml new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/cross_tall.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/cube_paradox.toml.txt b/svg/cube_paradox.toml.txt new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/cube_paradox.toml.txt @@ -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.svg b/svg/door.svg index eab2e04..84ba488 100644 --- a/svg/door.svg +++ b/svg/door.svg @@ -1,10 +1,9 @@ - + - @@ -13,7 +12,7 @@ - + @@ -22,7 +21,7 @@ - + diff --git a/svg/door.toml.txt b/svg/door.toml.txt new file mode 100644 index 0000000..5c20fb0 --- /dev/null +++ b/svg/door.toml.txt @@ -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/egg.svg b/svg/egg.svg index 2b94131..d273958 100644 --- a/svg/egg.svg +++ b/svg/egg.svg @@ -1,21 +1,22 @@ - + - + + - - - - - - - + + + + + + + diff --git a/svg/egg.toml b/svg/egg.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/egg.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/eye_eyelashes.svg b/svg/eye_eyelashes.svg index 0713c0f..302b897 100644 --- a/svg/eye_eyelashes.svg +++ b/svg/eye_eyelashes.svg @@ -4,18 +4,19 @@ - + + - + - - - - - - + + + + + + diff --git a/svg/eye_eyelashes.toml b/svg/eye_eyelashes.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/eye_eyelashes.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/foot_of_god.svg b/svg/foot_of_god.svg index 71730dc..1b06d98 100644 --- a/svg/foot_of_god.svg +++ b/svg/foot_of_god.svg @@ -7,7 +7,7 @@ - + diff --git a/svg/foot_of_god.toml b/svg/foot_of_god.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/foot_of_god.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/goat_head.svg b/svg/goat_head.svg index a20a125..9ca1c7d 100644 --- a/svg/goat_head.svg +++ b/svg/goat_head.svg @@ -4,48 +4,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/svg/goat_head.toml.txt b/svg/goat_head.toml.txt new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/goat_head.toml.txt @@ -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/head_beast.svg b/svg/head_beast.svg index 6f91bc6..0b0e872 100644 --- a/svg/head_beast.svg +++ b/svg/head_beast.svg @@ -4,7 +4,20 @@ - + + + + + + + + + + + + + + @@ -13,7 +26,7 @@ - + diff --git a/svg/head_beast.toml b/svg/head_beast.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/head_beast.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/lamb_head.svg b/svg/lamb_head.svg index 5038142..76407b5 100644 --- a/svg/lamb_head.svg +++ b/svg/lamb_head.svg @@ -3,20 +3,29 @@ - + - + + + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/svg/lamb_head.toml b/svg/lamb_head.toml new file mode 100644 index 0000000..2e1135c --- /dev/null +++ b/svg/lamb_head.toml @@ -0,0 +1,12 @@ +# 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_head.svg b/svg/lion_head.svg index 1ab4e02..a39cc4f 100644 --- a/svg/lion_head.svg +++ b/svg/lion_head.svg @@ -4,28 +4,27 @@ - - - + + - - - + + + - - - - - - - - - - + + + + + + + + + + diff --git a/svg/lion_head.toml b/svg/lion_head.toml new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/lion_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.txt b/svg/lion_leg.toml.txt new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/lion_leg.toml.txt @@ -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/lion_tail.toml b/svg/lion_tail.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/lion_tail.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/menorah.toml b/svg/menorah.toml new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/menorah.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/oroboros.toml.txt b/svg/oroboros.toml.txt new file mode 100644 index 0000000..ee5de6d --- /dev/null +++ b/svg/oroboros.toml.txt @@ -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/snake_eye.toml b/svg/snake_eye.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/snake_eye.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/snake_helix.svg b/svg/snake_helix.svg index 2aa0d6c..67dcacc 100644 --- a/svg/snake_helix.svg +++ b/svg/snake_helix.svg @@ -1,21 +1,24 @@ - + - - - + + + + + + - - + + - - - + + + diff --git a/svg/snake_helix.toml b/svg/snake_helix.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/snake_helix.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/stairs.svg b/svg/stairs.svg index 491dba3..d7d9326 100644 --- a/svg/stairs.svg +++ b/svg/stairs.svg @@ -1,28 +1,28 @@ - + - - - - - - - + + + + + + + - + - + - + - - - + + + diff --git a/svg/stairs.toml b/svg/stairs.toml new file mode 100644 index 0000000..1ba74a3 --- /dev/null +++ b/svg/stairs.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