From 9cb6e2934c44da72d6e1c7bbdb4ec5a5d6240c63 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 16 Mar 2021 19:55:03 -0500 Subject: [PATCH] Add files via upload introduced cone --- svg/cone.svg | 25 +++++++++++++++++++++++++ svg/cone.toml | 28 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 svg/cone.svg create mode 100644 svg/cone.toml diff --git a/svg/cone.svg b/svg/cone.svg new file mode 100644 index 0000000..d0c92fa --- /dev/null +++ b/svg/cone.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/cone.toml b/svg/cone.toml new file mode 100644 index 0000000..8eef831 --- /dev/null +++ b/svg/cone.toml @@ -0,0 +1,28 @@ +# 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 = true \ No newline at end of file