new SVG export algorithm from as3swf

This commit is contained in:
Honfika
2014-01-26 13:34:32 +01:00
parent bb0bccc3c1
commit 29916f5d3e
29 changed files with 1439 additions and 156 deletions
@@ -482,7 +482,7 @@ public class MainFrameRibbonMenu implements MainFrameMenu, ActionListener {
closeFileMenu.setEnabled(swfLoaded);
closeAllFilesMenu.setEnabled(swfLoaded);
boolean isBundle = swfLoaded && (swf.swfList!=null ) && swf.swfList.isBundle;
boolean isBundle = swfLoaded && (swf.swfList != null) && swf.swfList.isBundle;
saveCommandButton.setEnabled(swfLoaded && !isBundle);
saveasCommandButton.setEnabled(swfLoaded);
saveasexeCommandButton.setEnabled(swfLoaded);