Quick fix to avoid empty slides
This commit is contained in:
parent
7593b05b4a
commit
ba1837b5b1
@ -29,8 +29,8 @@ public class SvgImageCreatorImp implements SvgImageCreator {
|
|||||||
private SwfSlidesGenerationProgressNotifier notifier;
|
private SwfSlidesGenerationProgressNotifier notifier;
|
||||||
private long imageTagThreshold;
|
private long imageTagThreshold;
|
||||||
private long pathsThreshold;
|
private long pathsThreshold;
|
||||||
private String convTimeout = "7s";
|
private String convTimeout = "60s";
|
||||||
private int WAIT_FOR_SEC = 7;
|
private int WAIT_FOR_SEC = 60;
|
||||||
private String BLANK_SVG;
|
private String BLANK_SVG;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user