From bd0aef5bff2ed1a276abf3867851e38ae5426095 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:21:09 -0600 Subject: [PATCH] Add files via upload whoops forgot toml extensions --- svg/house.toml | 21 +++++++++++++++++++++ svg/moon_halves.toml | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 svg/house.toml create mode 100644 svg/moon_halves.toml diff --git a/svg/house.toml b/svg/house.toml new file mode 100644 index 0000000..11fe07f --- /dev/null +++ b/svg/house.toml @@ -0,0 +1,21 @@ +# 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 + + + +# 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/moon_halves.toml b/svg/moon_halves.toml new file mode 100644 index 0000000..11fe07f --- /dev/null +++ b/svg/moon_halves.toml @@ -0,0 +1,21 @@ +# 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 + + + +# 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