FLA export - Texts

This commit is contained in:
Jindra Petk
2013-05-16 20:46:44 +02:00
parent c47e9f0769
commit f44c83ee4d
9 changed files with 417 additions and 47 deletions

View File

@@ -1978,8 +1978,8 @@ public class SWFInputStream extends InputStream {
*/
public BEVELFILTER readBEVELFILTER() throws IOException {
BEVELFILTER ret = new BEVELFILTER();
ret.highlightColor = readRGBA(); //Highlight color first. It it opposite of the documentation
ret.shadowColor = readRGBA();
ret.highlightColor = readRGBA();
ret.blurX = readFIXED();
ret.blurY = readFIXED();
ret.angle = readFIXED();