Fixed #1866 FLA export - multilevel clipping handling

Fixed #1866 FLA export - morphshape rounding fix
This commit is contained in:
Jindra Petřík
2023-10-29 12:27:29 +01:00
parent 38ed5ee829
commit 669ffbd1a7
18 changed files with 1390 additions and 69 deletions

View File

@@ -17,12 +17,13 @@
package com.jpexs.helpers;
import com.jpexs.decompiler.flash.SWFInputStream;
import java.io.Serializable;
/**
*
* @author JPEXS
*/
public class ByteArrayRange {
public class ByteArrayRange implements Serializable {
public static final ByteArrayRange EMPTY = new ByteArrayRange(SWFInputStream.BYTE_ARRAY_EMPTY);