From 1ff6d724371db8f84ea81be595928029da9e5a64 Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Tue, 2 Apr 2024 13:19:20 -0500 Subject: [PATCH] Add Element Expansion [ELXP] axis --- Lib/axisregistry/data/element_expansion.textproto | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Lib/axisregistry/data/element_expansion.textproto diff --git a/Lib/axisregistry/data/element_expansion.textproto b/Lib/axisregistry/data/element_expansion.textproto new file mode 100644 index 0000000000..ba2c08a152 --- /dev/null +++ b/Lib/axisregistry/data/element_expansion.textproto @@ -0,0 +1,14 @@ +#Element Expansion, based on https://github.com/petrvanblokland/TYPETR-Bitcount +tag: "ELXP" +display_name: "Element Expansion" +min_value: 0 +default_value: 0 +max_value: 100 +precision: 0 +fallback { + name: "Default" + value: 0 +} +fallback_only: false +description: + "As the Element Expansion axis progresses, the elements move apart." -- 2.47.3