Changes between Initial Version and Version 1 of Ticket #18079, comment 4
- Timestamp:
- Nov 20, 2022, 12:05:47 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18079, comment 4
initial v1 1 1 Said "vector images" are SVG graphics. Either included with <img src=""> tag or drawn inside html directly with <svg> tag, they all seem to use antialiasing to look clearer on a subpixel level. But since the antialiasing is applied in reverse, the borders look off. Shortly I'll attach some more screenshots to illustrate the issue further. 2 3 Update: 4 By antialiasing being in reverse order I meant what bipolar mentioned [https://dev.haiku-os.org/ticket/18079#comment:2 in his comment]. The antialiasing works correctly for fonts (for displays with RGB subpixel order), and it works for SVG graphics too, but it would display correctly for displays with BGR subpixel order. It's just weird that different types of graphics have different kind of antialiasing.\\ 5 I'm sorry for being vague in my explaination.