From: Garret Rieger Date: Tue, 4 Nov 2025 17:44:03 +0000 (+0000) Subject: Fix precision for contrast set it to 0, which gives a precision of multiples of 1. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9968%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Fix precision for contrast set it to 0, which gives a precision of multiples of 1. --- diff --git a/axisregistry/Lib/axisregistry/data/contrast.textproto b/axisregistry/Lib/axisregistry/data/contrast.textproto index f0ccd1c9e..22d5a616b 100644 --- a/axisregistry/Lib/axisregistry/data/contrast.textproto +++ b/axisregistry/Lib/axisregistry/data/contrast.textproto @@ -3,7 +3,7 @@ display_name: "Contrast" min_value: -100.0 default_value: 0.0 max_value: 100.0 -precision: 1 +precision: 0 fallback { name: "Reversed" value: -100.0