From 2315b2b39807fa9f15ba3f52d8cf3c3f4aaa1a7d Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Fri, 5 Mar 2021 14:37:58 -0600 Subject: [PATCH] Add files via upload added TOMLs for latest symbols --- svg/hole.toml | 24 ++++++++++++++++++++++++ svg/ladder.toml | 21 +++++++++++++++++++++ svg/star_7pt.toml | 21 +++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 svg/hole.toml create mode 100644 svg/ladder.toml create mode 100644 svg/star_7pt.toml diff --git a/svg/hole.toml b/svg/hole.toml new file mode 100644 index 0000000..0238483 --- /dev/null +++ b/svg/hole.toml @@ -0,0 +1,24 @@ +# 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 + + +never_be_nested = true + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = false \ No newline at end of file diff --git a/svg/ladder.toml b/svg/ladder.toml new file mode 100644 index 0000000..bb2cd61 --- /dev/null +++ b/svg/ladder.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 = 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 nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = false \ No newline at end of file diff --git a/svg/star_7pt.toml b/svg/star_7pt.toml new file mode 100644 index 0000000..57ae4c8 --- /dev/null +++ b/svg/star_7pt.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 = 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 nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file