From 17ed1b7f942edb9c6d042ddcacc947474c4a6032 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 20 Mar 2021 19:55:52 -0500 Subject: [PATCH] Add files via upload --- svg/starburst_lines.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 svg/starburst_lines.toml diff --git a/svg/starburst_lines.toml b/svg/starburst_lines.toml new file mode 100644 index 0000000..2499c60 --- /dev/null +++ b/svg/starburst_lines.toml @@ -0,0 +1,29 @@ +# 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 should never + +# be nested inside another symbol's nesting area. + +never_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