Skip to content

Releases: Tencent/libpag

v3.2.7.18_release_202103112

12 Mar 10:55
5387ad1
Compare
Choose a tag to compare

主要修改内容:
(1)当transform包含旋转时,使用离屏绘制,避免直接上屏产生锯齿
(2)文字缩放一定程度的时候描边出现镂空问题修复
(3)部分crash问题处理

Main revisions:
(1)When the transform includes rotation, use off-screen drawing to avoid aliasing on the screen directly
(2)Fix the hollow issue that it may appear when the text is zoomed to a certain extent.
(3)Deal with some crash issues

v3.2.7.14_release_20210121

14 Jan 12:03
5387ad1
Compare
Choose a tag to compare

主要修改内容:

(1)解决部分内存泄漏问题

  • 修复PAGImage使用path时,会出现内存泄漏的问题;
  • 解决JNI中jxxxArry对象Get出来忘记Release的内存泄漏问题
  • 修复iOS图片解码内存泄漏问题

(2)重构字体相关平台接口

(3)修改部分crash问题

  • 修复skmutex随机crash的问题;
  • 修复context在后台的crash,同时让PAGView在进入后台的时候freeCache,防止后台释放导致内存泄漏
  • 修复mViewListeners多线程修改导致的Crash问题

Main revisions:
(1)Solve some memory leak issues.

  • Fix the memory leak issue when PAGImage uses path;
  • Solve the memory leak issue of forgetting to release jxxxArry object after getting it in JNI.
  • Fix the memory leak issue for iOS images decoding.

(2)Reconstruct the font-related platform interface
(3)Modify some crash issues

  • Fix the random crash issue of skmutex;
  • Fix the crash of context in the background, and let PAGView freeCache when entering the background to prevent memory leaks caused by background release.
  • Fix the crash issue caused by multi-threading modification of mViewListeners.