From: Viviana Monsalve Date: Tue, 4 Jul 2023 16:39:16 +0000 (-0500) Subject: updating metadata values with agreed values X-Git-Tag: v0.4.6~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2980e0e289d58178e72560d89d6589aae8cfb4f;p=thirdparty%2Fgoogle%2Ffonts.git updating metadata values with agreed values --- diff --git a/Lib/axisregistry/data/z_rotation.textproto b/Lib/axisregistry/data/z_rotation.textproto index 9798689e66..9f212833ac 100644 --- a/Lib/axisregistry/data/z_rotation.textproto +++ b/Lib/axisregistry/data/z_rotation.textproto @@ -1,11 +1,14 @@ -tag: "ROTA" -display_name: "ROTATION" -min_value: 0.0 -default_value: 0.0 -max_value: 3.0 -precision: 1 +# Rotation in Z, based on a private project +tag: "ZROT" +display_name: "Rotation in Z" +min_value: -180 +default_value: 0 +max_value: 180 +precision: 0 fallback { name: "Default" value: 0.0 } -description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +description: + "Glyphs rotate left and right, negative values to the left" + " and positive values to the right, in the Z dimension."