Seite 3 von 3

Re: Neue Testversion 22.90b17

Verfasst: Do 30 Sep 2021 18:56
von shijan
...

Re: Neue Testversion 22.90b17

Verfasst: Fr 01 Okt 2021 11:25
von Martin Huber
shijan hat geschrieben: Do 30 Sep 2021 18:56 Small visual artifact when layer placed inside group and document moved outside window border. Sometimes top line only became thinner and not disappears completely.
I can't reproduce that.
shijan hat geschrieben: Do 30 Sep 2021 18:56 Probably depends of object frame size and aliasing:
In that case you should provide a small sample document.
shijan hat geschrieben: Do 30 Sep 2021 18:56 Also when layer placed inside hidden group - transform preview don't updates in realtime:
Invisible layers shouldn't show handles und therefore you shouldn't be able to transform them. I will fix that.

Martin

Re: Neue Testversion 22.90b17

Verfasst: So 03 Okt 2021 20:55
von shijan
Here i done some tests to explain further Windows only problem with cursors transparency.
I used test vector cursor filled with color Black 100, Opacity 90%
CursorsUser.pld example in attachment. You may change Opacity and AA settings and see how randomly it changes cursor appearance in Windows OS.

Example 1. Cursor with angled edges. AA enabled. Cursor color transparency looks incorrect in Windows because 100% white color changes to darker color:
BildBild

Example 2. Cursor with angled edges. AA disabled. No problem with white color in Windows, but for some unknown reason opacity is ignored:
BildBild

Example 3. Cursor with rectangle edges. AA enabled. No problem with white color in Windows, but for some unknown reason opacity is ignored:
BildBild

Re: Neue Testversion 22.90b17

Verfasst: Mi 06 Okt 2021 11:23
von shijan
Seems cursors transparency is a common problem around Windows developers. "windows cursor alpha channel" gives me a lot of search results. Here is a thread with a code explanation that probably can fix this problem: https://www.generacodice.com/en/articol ... ransparent

Re: Neue Testversion 22.90b17

Verfasst: Do 07 Okt 2021 09:23
von Martin Huber
shijan hat geschrieben: Mi 06 Okt 2021 11:23 Seems cursors transparency is a common problem around Windows developers. "windows cursor alpha channel" gives me a lot of search results. Here is a thread with a code explanation that probably can fix this problem: https://www.generacodice.com/en/articol ... ransparent
Yes, semi transparency of cursors is partially dark on Windows. Currently I don't know the reason, but I will check that.

Martin