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 + +