text tag rendering fix

This commit is contained in:
Honfika
2014-02-23 23:41:32 +01:00
parent cd92cad907
commit a64504d610
11 changed files with 24 additions and 19 deletions

View File

@@ -835,6 +835,7 @@ public class SWFInputStream extends InputStream {
* @param parallel
* @param skipUnusualTags
* @param parseTags
* @param gfx
* @return List of tags
* @throws IOException
* @throws java.lang.InterruptedException
@@ -1241,6 +1242,7 @@ public class SWFInputStream extends InputStream {
* @param resolve
* @param parallel
* @param skipUnusualTags
* @param gfx
* @return Tag or null when End tag
* @throws IOException
* @throws java.lang.InterruptedException