#12493 closed bug (duplicate)
Web+ - Some text not readable
Reported by: | joy | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
http://www.minispares.com/search/classic/jack.aspx
The text for the diffrent parts are unreadable. I have added the HTML code section that has the problem. I have not yet found the class that it refers to.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | minispares.txt added |
---|
comment:2 by , 8 years ago
Blocked By: | 12511 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:3 by , 8 years ago
Blocked By: | 12511 removed |
---|
(In #12511) What happens here:
The opacity triggers the creation of a layer for drawing in WebKit. However, we apparently don't support drawing a string "with offsets" as it is done by WebKit (AS_DRAW_STRING_WITH_OFFSETS). My guess is because support for that is still missing in BPicture.
A normal DrawString works as expected, but it doesn't exactly match glyph metrics from webkit, so the text is not exactly at the right place, which creates some other (more subtle) rendering problems. This is why the "with offset" version was added in the first place.
Same as ticket 12511?