fix: don't drop entire blob when shaping control characters (#737)

macos-click-through
Anirudh Balaji 3 years ago committed by GitHub
parent 5c7deeb8b9
commit 7697cd9cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -230,7 +230,7 @@ impl CachingShaper {
});
if glyph_data.is_empty() {
return Vec::new();
continue;
}
let mut blob_builder = TextBlobBuilder::new();

Loading…
Cancel
Save