From 707f5d14a8efb683f797e3e98ceacc4c51375848 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Thu, 4 Mar 2021 11:59:27 -0600 Subject: [PATCH] Add files via upload introduce horse_bottom and horse_top halves --- svg/cube_die.toml | 18 ------------------ svg/horse_bottom.svg | 20 ++++++++++++++++++++ svg/horse_bottom.toml | 23 +++++++++++++++++++++++ svg/horse_top.svg | 19 +++++++++++++++++++ svg/horse_top.toml | 25 +++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 18 deletions(-) create mode 100644 svg/horse_bottom.svg create mode 100644 svg/horse_bottom.toml create mode 100644 svg/horse_top.svg create mode 100644 svg/horse_top.toml diff --git a/svg/cube_die.toml b/svg/cube_die.toml index 985d8fe..24c6fc5 100644 --- a/svg/cube_die.toml +++ b/svg/cube_die.toml @@ -1,21 +1,3 @@ -# This can be used as a template for an SVG symbol's metadata. - -# Just be sure you rename it to have the same name as the SVG, only - -# with a a ".toml" extension instead of an ".svg" extension. - -# - -# So for example, if you want to define metadata for "antler.svg", - -# you can make a copy of this file and call it "antler.toml". - -# - -# Also note that any lines that begin with a "#" are comments, - -# so they will be ignored by the code. - # If true, this indicates that the symbol should always have diff --git a/svg/horse_bottom.svg b/svg/horse_bottom.svg new file mode 100644 index 0000000..3db3aaf --- /dev/null +++ b/svg/horse_bottom.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/svg/horse_bottom.toml b/svg/horse_bottom.toml new file mode 100644 index 0000000..0cd060f --- /dev/null +++ b/svg/horse_bottom.toml @@ -0,0 +1,23 @@ + + +# 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 \ No newline at end of file diff --git a/svg/horse_top.svg b/svg/horse_top.svg new file mode 100644 index 0000000..eded26a --- /dev/null +++ b/svg/horse_top.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/horse_top.toml b/svg/horse_top.toml new file mode 100644 index 0000000..5df76bf --- /dev/null +++ b/svg/horse_top.toml @@ -0,0 +1,25 @@ + + +# 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 + +