Fix paint nullability for `updateForegroundPaint`/`updateBackgroundPaint` (#936)
It's unconditionally de-ref the pointer that causes crash in case of nulls https://github.com/JetBrains/skiko/blob/c66eebc2c23a8b41eb618c715296c2a7dd135f43/skiko/src/jvmMain/cpp/common/paragraph/Paragraph.cc#L206
Showing
Please register or sign in to comment