From 149f4820ef0c65cca6a1b5213dbc79f6db166b61 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 13 Mar 2021 10:29:44 -0600 Subject: [PATCH] Add files via upload urn and harp --- svg/urn.svg | 22 ++++++++++++++++++++++ svg/urn.toml | 23 +++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 svg/urn.svg create mode 100644 svg/urn.toml diff --git a/svg/urn.svg b/svg/urn.svg new file mode 100644 index 0000000..4d22a7d --- /dev/null +++ b/svg/urn.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/urn.toml b/svg/urn.toml new file mode 100644 index 0000000..d31c7e6 --- /dev/null +++ b/svg/urn.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 = 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