Opened 2 hours 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
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.
Attachments (2)
Change History (2)
by , 2 hours ago
Attachment: | FillRect.cpp added |
---|
by , 2 hours ago
Attachment: | FillRect.png added |
---|
Note:
See TracTickets
for help on using tickets.