git: 9front

Download patch

ref: 5fd91baa9f8dadb20ffe6a3f00c809225a8254dd
parent: 838fe904229458c071e8fb64423644fff670ba78
author: aiju <devnull@localhost>
date: Tue Oct 16 14:35:47 EDT 2018

libttf: dont unset LOOP in SHC

--- a/sys/src/libttf/hint.c
+++ b/sys/src/libttf/hint.c
@@ -1443,7 +1443,6 @@
 		n = forceproject(h, p, dp + d);
 		setpoint(h, ZP2, i, n);
 	}
-	h->f->loop = 1;
 }
 
 static void (*itable[256])(Hint *) = {
--