diff --git a/svg/man.toml b/svg/man.toml new file mode 100644 index 0000000..596f036 --- /dev/null +++ b/svg/man.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 = 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 \ No newline at end of file diff --git a/svg/woman.toml b/svg/woman.toml new file mode 100644 index 0000000..596f036 --- /dev/null +++ b/svg/woman.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 = 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 \ No newline at end of file