style: fix spelling

[ci skip]
This commit is contained in:
Jindra Petřík
2026-05-09 18:07:49 +02:00
parent f4114cb062
commit f8652d236a
2 changed files with 4 additions and 4 deletions

View File

@@ -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])

View File

@@ -100,14 +100,14 @@
<li>font normalizer uses 1024em (#2661)</li>
<li>null pointer on null caret in variable marker</li>
<li>push commands in as2 left in code (#2654)</li>
<li>deadlock on getcharacters vs drawframe (#2492)</li>
<li>deadlock on getCharacters vs drawFrame (#2492)</li>
<li>nullpointer on as3 deobfuscation</li>
<li>as3 deobfuscation - null values instead of registers (#2568, #2665)</li>
<li>stackoverflow on circular importassets (#2666)</li>
<li>allow add breakpoints on large classes (#2672)</li>
<li>unable to reset JNA temp directory (#2675)</li>
<li>svg shape export - use proper winding</li>
<li>properly normalize fonts in defineedittexts, kerning</li>
<li>properly normalize fonts in DefineEditTexts, kerning</li>
<li>properly draw edittext border, normalize size</li>
<li>illegal argument exception on creating morphshape from svg (#2676)</li>
<li>respect nofill argument in shape CLI SVG export (#2681)</li>