Opened 5 years ago
#16098 new bug
BView::BeginLayer break clipping
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 hrev54241.
Attached test program display rounded rectangle shape. Shape can be moved by arrow keys and clipping rectangle can be changed by <
>
keys. In mode 2 layers are used, in mode 1 are not used. If clipping rectangle inset is 2 or more, clipping will become incorrect and unaffected by translation.
This bug cause artifacts in WebPositive.
Attachments (3)
Change History (3)
by , 5 years ago
Attachment: | MinApp.cpp added |
---|
by , 5 years ago
Incorrect clipping. Note that shape is clipped by rectangle that is not translated.
Note:
See TracTickets
for help on using tickets.
Test program.