From 2af23d0d2225aeace9a9420e67558d3b6175e675 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:02:09 -0500 Subject: [PATCH] Add files via upload toml --- assets/symbols/circle_spiral.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 assets/symbols/circle_spiral.toml diff --git a/assets/symbols/circle_spiral.toml b/assets/symbols/circle_spiral.toml new file mode 100644 index 0000000..865f206 --- /dev/null +++ b/assets/symbols/circle_spiral.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 = 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 = 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