[Webkit-unassigned] [Bug 23067] New: Canvas: stroked text with pattern or gradient can have truncated miters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 1 13:51:59 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23067
Summary: Canvas: stroked text with pattern or gradient can have
truncated miters
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: simon.fraser at apple.com
CanvasRenderingContext2D::drawTextInternal() uses the computed textRect as the
size of the mask image created for painting text stroke with a gradient or
pattern.
textRect is too small if stroking text, because it does not take the bounds of
the stroke into account; it fails to account for miters etc.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list