From d0dbe1dd25ea08a72732da40e361052e9cfb87d3 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Wed, 10 Mar 2021 09:39:11 -0600 Subject: [PATCH] Add files via upload introduced atlas --- svg/atlas.svg | 26 ++++++++++++++++++++++++++ svg/atlas.toml | 21 +++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 svg/atlas.svg create mode 100644 svg/atlas.toml diff --git a/svg/atlas.svg b/svg/atlas.svg new file mode 100644 index 0000000..efe8723 --- /dev/null +++ b/svg/atlas.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/atlas.toml b/svg/atlas.toml new file mode 100644 index 0000000..57ae4c8 --- /dev/null +++ b/svg/atlas.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