SVG import fix

This commit is contained in:
honfika@gmail.com
2016-08-12 15:56:34 +02:00
parent 357db0bec3
commit 44a1c7bd5f
3 changed files with 1805 additions and 1784 deletions

View File

@@ -2894,8 +2894,7 @@ public final class SWF implements SWFContainerItem, Timelined {
timelined.setModified(true);
timelined.resetTimeline();
} else // timeline should be always the swf here
{
if (removeDependencies) {
if (removeDependencies) {
removeTagWithDependenciesFromTimeline(tag, timelined.getTimeline());
timelined.setModified(true);
} else {
@@ -2904,7 +2903,6 @@ public final class SWF implements SWFContainerItem, Timelined {
timelined.setModified(true);
}
}
}
}
@Override