From ad3050032309298fb3e3b24e90336be4354a6460 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Thu, 11 Mar 2021 21:15:53 -0600 Subject: [PATCH] Add files via upload toml --- svg/leg_eagle.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 svg/leg_eagle.toml diff --git a/svg/leg_eagle.toml b/svg/leg_eagle.toml new file mode 100644 index 0000000..b4ef165 --- /dev/null +++ b/svg/leg_eagle.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 = true + + + +# 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 = true \ No newline at end of file