Skip to content

v4.5.27

Latest

Choose a tag to compare

@kevingpqi123 kevingpqi123 released this 27 Jan 06:56

主要修改内容:
(1)Android 平台支持使用系统 Canvas API 渲染彩色矢量字体
(2)iOS 平台修复 PAGImageView 可能因为引用计数导致的 crash
(3)修复使用纹理 ID 创建 PAGSurface 时出现黑屏渲染的问题
(4)鸿蒙平台优化 NativeDisplayLink,将 VSync 回调执行在 UI 线程
(5)修复鸿蒙平台 NativeCodec 中的空指针检查和内存泄漏问题
(6)修复网页视频解码卡顿问题并提升 React 导入兼容性
(7)修复因 3D 图层缩放值计算错误导致深度测试失败且无法显示的问题

Main modifications:

(1) Support color vector font rendering using Android system Canvas API.
(2) Use the C++ interface in PAGImageView to avoid crashes caused by reference counting issues.

(3) Fix the issue of black screen rendering when creating PAGSurface with texture ID.
(4) Optimize NativeDisplayLink to execute VSync callback on UI thread for OHOS platform.
(5) Fix null pointer checks and memory leak in ohos NativeCodec.

(6) Fix web video decoding stuttering and improve React import compatibility.
(7) Fixed an issue where the incorrect calculation of the scaling value of the 3D layer caused the depth test to fail and was not displayed.