Opened 3 weeks ago
Last modified 3 weeks ago
#19227 new bug
app_server: FillRect is not antialiased
Reported by: | X512 | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is hrev58291.
FillRect
with fractional coordinates is not painted antialiased even if B_SUBPIXEL_PRECISE
view flag is set.
Problem can be observed by running attached test program. It draw 3 test patterns: using FillRect
, using FillShape
and FillEllipse
. Pattern 2 and 3 have proper antialiasing but pattern 1 is not antialiased.
Pattern 1 should look the same as pattern 2.
Attachments (2)
Change History (3)
by , 3 weeks ago
Attachment: | FillRect.cpp added |
---|
by , 3 weeks ago
Attachment: | FillRect.png added |
---|
comment:1 by , 3 weeks ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.