Scaling to file

Is it possible to create graphics on screen size 1000\750,

But saving it to file as a 10000/7500?

Export as a 1000/750 and scale it won’t work because it will make lines become rectangles and I want it to be thick as a line

Hi @yalaniv,

I don’t think it’s possible to “upscale” your window without scaling it or refactoring your code.

You might want to use the PDF or SVG export so you can have the resolution you want since it’s vector based :

1 Like