Skip to content

Commit

Permalink
fix(ui): increase PNG export scaling factor
Browse files Browse the repository at this point in the history
  • Loading branch information
a-asaad committed Sep 6, 2024
1 parent 049fa5a commit e55404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/options-menu/ExportPng.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { forwardRef } from "react"
import { getNodesBounds, getViewportForBounds } from "reactflow"
import { useAppActions, useGetNodes } from "../../singletons/store"

const SCALING_FACTOR = 1.20
const SCALING_FACTOR = 1.40

const downloadImage = (dataUrl: string) => {
const a = document.createElement("a")
Expand Down

0 comments on commit e55404c

Please sign in to comment.