otfried / ipe

The Ipe extensible drawing editor
http://ipe.otfried.org
125 stars 9 forks source link

drawings are too pixelated in editor #476

Closed Aneeqasif closed 11 months ago

Aneeqasif commented 11 months ago

i am on x11 in linux and arch linux plasma 5.27 and Qt versin 5.15.10. I am on a hi-dpi laptop screen and using scalling. i am new to ipe and i dont know what how to fix the pixelated editor problem. asking here for support bellow is a screenshot to show the behavior image

otfried commented 11 months ago

Which Ipe version are you running? The current Ipe version uses Qt6 - what does Help -> Show libraries say?

For Qt6, see https://github.com/otfried/ipe/issues/470 for some tips. For Qt5 similar environment variables existed.

Aneeqasif commented 11 months ago

i am on following versions of libraries sir

Ipe relies on the following fine pieces of software:

 * Pdftex, Xetex, or Luatex
 * Lua 5.4 (823 kB used)
 * The font rendering library Freetype 2.13.0 / 2.13.1
 * The rendering library Cairo 1.17.8 / 1.17.8
 * The clothoid spline library libspiro 1.3
 * The GNU scientific library gsl 2.7.1 / 2.7.1
 * The GUI toolkit Qt 6.5.1 / 6.5.2
 * The compression library zlib 1.2.13

i have tried export QT_USE_PHYSICAL_DPI=1 and QT_ENABLE_HIGHDPI_SCALING=0 ipe but this didn't worked for me

Aneeqasif commented 11 months ago

any thing u might wanna suggest?

otfried commented 11 months ago

This is really the same issue as #470