commit | 431f164003d1d92b657b3facf984c8bbe342418b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Jul 12 16:57:25 2021 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Jul 12 16:57:25 2021 -0600 |
tree | 94551a78e3a1793f4bfdb51fd0319d299149ca06 | |
parent | a623446a34a4a388f86afc97ed9c5a74792d5420 [diff] |
[layout] Don't call clear_output() before pause-func
diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 257cc91..379d92e 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc
@@ -1942,10 +1942,7 @@ } if (stage->pause_func) - { - buffer->clear_output (); stage->pause_func (plan, font, buffer); - } } }