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

@@ -824,8 +824,8 @@ public class SWFOutputStream extends OutputStream {
* @throws IOException
*/
public void writeBEVELFILTER(BEVELFILTER value) throws IOException {
writeRGBA(value.shadowColor);
writeRGBA(value.highlightColor);
writeRGBA(value.shadowColor);
writeFIXED(value.blurX);
writeFIXED(value.blurY);
writeFIXED(value.angle);