bugfix. document dimension of illustrator were calculated wrong if only vbox is present

This commit is contained in:
Teja 2015-04-25 21:38:44 +02:00
parent 3bca10d7da
commit d3e50b43a1

View file

@ -276,7 +276,7 @@ $(function(){
if(doc_viewbox !== null ){
var parts = doc_viewbox.split(' ');
if(parts.length === 4){
doc_width = parts[3];
doc_width = parts[2];
}
}
if(doc_width === "100%"){