Opened 6 years ago
Last modified 6 years ago
#14481 new bug
Fix FlattenPictureTest DrawStringWithOffset case
Reported by: | jackburton | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Applications | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The test case "Draw Strings with offset" in the FlattenPictureTest is broken (also in direct drawing). At the moment it does not draw anything because the passed BPoint array is too small. I tried to fix it by passing a correctly sized BPoint array, but the characters are drawn one over the other.
Note:
See TracTickets
for help on using tickets.
Fixed