|
@@ -176,7 +176,7 @@ export default defineComponent({
|
|
if (query.downPng === 'A4') {
|
|
if (query.downPng === 'A4') {
|
|
osmd.EngravingRules.PageTopMargin = 5
|
|
osmd.EngravingRules.PageTopMargin = 5
|
|
osmd.setPageFormat('794x1100')
|
|
osmd.setPageFormat('794x1100')
|
|
- osmd.zoom = 0.3;
|
|
|
|
|
|
+ osmd.zoom = query.zoom || 0.3;
|
|
} else {
|
|
} else {
|
|
osmd.zoom = state.zoom;
|
|
osmd.zoom = state.zoom;
|
|
}
|
|
}
|