Opened 5 years ago
Last modified 5 years ago
#16097 new bug
ArcTo in BShape is incorrectly transformed in ClipToShape
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.
In attached test program that draw rounded rectangle shape there are 2 modes that are enabled by digit keys and shape can be moved by arrow keys. In mode 1 shape is pained by FillShape that work fine, in mode 2 shape is painted by ClipToShape and FillRect and it is not painted correctly if offset is not 0.
Attachments (3)
Change History (4)
by , 5 years ago
Attachment: | MinApp.cpp added |
---|
comment:1 by , 5 years ago
Arc angle is stored as BPoint(angle, 0) in BShape points and it is probably accidently transformed as point.
Note:
See TracTickets
for help on using tickets.
Test program.