Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fixsvgpercentwhenzoom' into fixs…
Browse files Browse the repository at this point in the history
…vgpercentwhenzoom
  • Loading branch information
jonenst committed Dec 17, 2024
2 parents b297dc6 + 1ddfb88 commit 912cebd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ export class NetworkAreaDiagramViewer {
zoomMin: 0.5 / this.ratio, // maximum zoom OUT ratio (0.5 = at best, the displayed area is twice the SVG's size)
zoomMax: 20 * this.ratio, // maximum zoom IN ratio (20 = at best, the displayed area is only 1/20th of the SVG's size)
zoomFactor: 0.2,
margins: { top: 0, left: 0, right: 0, bottom: 0 },
});
}

Expand Down

0 comments on commit 912cebd

Please sign in to comment.