]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
update axes.proto to include illustration_url
authorzhao <zhaoxiong2015@u.northwestern.edu>
Tue, 5 Apr 2022 17:17:45 +0000 (19:17 +0200)
committerzhao <zhaoxiong2015@u.northwestern.edu>
Tue, 5 Apr 2022 17:17:45 +0000 (19:17 +0200)
Lib/axisregistry/axes.proto

index 979d2479e1c162cf73d48a3669f9fbf188be75f3..ccc93f42aca58131ad6d588eadea1ae364af72e1 100644 (file)
@@ -33,7 +33,10 @@ message AxisProto {
   // might have only three relevant positions: the min, the middle, and the max.
   optional bool fallback_only = 9;
 
-  // Next = 10
+  // The thumbnail image for this axis, if any.
+  optional string illustration_url = 10;
+
+  // Next = 11
 }
 
 message FallbackProto {