We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a036e81 commit b7f5b1fCopy full SHA for b7f5b1f
src/gui/download.ts
@@ -1,4 +1,4 @@
1
-export function downloadPng(svg: SVGElement, filename = "plot.png", dpr = 2) {
+export function downloadPng(svg: SVGElement, filename = "plot.png", dpr = 4) {
2
const width = svg.clientWidth * dpr;
3
const height = svg.clientHeight * dpr;
4
0 commit comments