From f8652d236a1eb19dfc57fcbc3ab24258a11ac32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 9 May 2026 18:07:49 +0200 Subject: [PATCH] style: fix spelling [ci skip] --- CHANGELOG.md | 4 ++-- resources/com.jpexs.decompiler.flash.metainfo.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166059348..b5a21584a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,14 +31,14 @@ All notable changes to this project will be documented in this file. - font normalizer uses 1024em ([#2661]) - null pointer on null caret in variable marker - push commands in as2 left in code ([#2654]) -- deadlock on getcharacters vs drawframe ([#2492]) +- deadlock on getCharacters vs drawFrame ([#2492]) - nullpointer on as3 deobfuscation - as3 deobfuscation - null values instead of registers ([#2568], [#2665]) - stackoverflow on circular importassets ([#2666]) - allow add breakpoints on large classes ([#2672]) - unable to reset JNA temp directory ([#2675]) - svg shape export - use proper winding -- properly normalize fonts in defineedittexts, kerning +- properly normalize fonts in DefineEditTexts, kerning - properly draw edittext border, normalize size - illegal argument exception on creating morphshape from svg ([#2676]) - respect nofill argument in shape CLI SVG export ([#2681]) diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 22e116e26..6f48425f0 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -100,14 +100,14 @@
  • font normalizer uses 1024em (#2661)
  • null pointer on null caret in variable marker
  • push commands in as2 left in code (#2654)
  • -
  • deadlock on getcharacters vs drawframe (#2492)
  • +
  • deadlock on getCharacters vs drawFrame (#2492)
  • nullpointer on as3 deobfuscation
  • as3 deobfuscation - null values instead of registers (#2568, #2665)
  • stackoverflow on circular importassets (#2666)
  • allow add breakpoints on large classes (#2672)
  • unable to reset JNA temp directory (#2675)
  • svg shape export - use proper winding
  • -
  • properly normalize fonts in defineedittexts, kerning
  • +
  • properly normalize fonts in DefineEditTexts, kerning
  • properly draw edittext border, normalize size
  • illegal argument exception on creating morphshape from svg (#2676)
  • respect nofill argument in shape CLI SVG export (#2681)