From 73c5d00572515efd4b5b5fe1cf1dfb2291f9fcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 20 Feb 2016 10:39:53 +0100 Subject: [PATCH] #1151 Filters on texts fixed --- .../com/jpexs/decompiler/flash/xfl/XFLConverter.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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(""); }