tag refactoring

This commit is contained in:
honfika@gmail.com
2015-05-15 00:12:35 +02:00
parent 3de39c93bb
commit abec5214bb
72 changed files with 4747 additions and 4957 deletions

View File

@@ -1314,7 +1314,7 @@ public class SWFOutputStream extends OutputStream {
for (int i = 0; i < lineStyleCount; i++) {
writeLINESTYLE(value.lineStyles[i], shapeNum);
}
} else if (shapeNum == 4) {
} else {
lineStyleCount = value.lineStyles.length;
if (lineStyleCount >= 0xff) {
writeUI8(0xff);