Canvas export fix - closing path

This commit is contained in:
Jindra Petřík
2014-05-18 21:14:09 +02:00
parent e58a04791d
commit 2e3c66cbeb
+1 -2
View File
@@ -984,6 +984,5 @@ function drawPath(ctx,p){
}
break;
}
}
ctx.closePath();
}
}