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

@@ -2650,7 +2650,7 @@ public class SWFInputStream implements AutoCloseable {
for (int i = 0; i < lineStyleCount; i++) {
ret.lineStyles[i] = readLINESTYLE(shapeNum, "lineStyle");
}
} else if (shapeNum == 4) {
} else {
ret.lineStyles = new LINESTYLE2[lineStyleCount];
for (int i = 0; i < lineStyleCount; i++) {
ret.lineStyles[i] = readLINESTYLE2(shapeNum, "lineStyle");