From 9e6d23deb215098eaeab5e679cc33396962cee45 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Thu, 4 Mar 2021 18:33:20 -0600 Subject: [PATCH] Add files via upload first TOML with "invert_nested" --- svg/circle.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/svg/circle.toml b/svg/circle.toml index ee5de6d..11fe07f 100644 --- a/svg/circle.toml +++ b/svg/circle.toml @@ -10,4 +10,12 @@ always_nest = true # be nested inside another symbol's nesting area. -always_be_nested = false \ No newline at end of file +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