diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java
index 901467054..43ce7001a 100644
--- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java
+++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java
@@ -12,7 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library.
+* License along with this library.
*/
package com.jpexs.decompiler.flash.xfl;
@@ -217,8 +217,8 @@ public class XFLConverter {
+ ""
- + ""
- + "");
+ + ""
+ + "");
}
private static void convertLineStyle(HashMap characters, LINESTYLE2 ls, int shapeNum, StringBuilder ret) {
@@ -2190,7 +2190,7 @@ public class XFLConverter {
if (ret2.length() > 0) {
ret.append(""
+ "").append(ret2).append(""
- + "");
+ + "");
}
}
@@ -2342,7 +2342,7 @@ public class XFLConverter {
if (filters != null) {
filterStr.append("");
for (FILTER f : filters) {
- convertFilter(f, ret);
+ convertFilter(f, filterStr);
}
filterStr.append("");
}