forked from pool/nodejs-electron
- Add MakeSbixTypeface-null-pointer-call.patch * fixes crash when handling SBIX color bitmap fonts (bsc#1235830) OBS-URL: https://build.opensuse.org/request/show/1237929 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=184
13 lines
534 B
Diff
13 lines
534 B
Diff
Actually disable the fontations code flag since we don't build that library. Otherwise chromium crashes with a null dereference
|
|
|
|
--- src/third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-01-06 22:04:18.385199599 +0100
|
|
+++ src/third_party/blink/renderer/platform/runtime_enabled_features.json5 2025-01-14 19:49:21.336897930 +0100
|
|
@@ -2103,7 +2103,6 @@
|
|
},
|
|
{
|
|
name: "FontationsForSelectedFormats",
|
|
- status: "stable",
|
|
},
|
|
{
|
|
name: "FontFamilyPostscriptMatchingCTMigration",
|