[Webkit-unassigned] [Bug 23547] New: SVG gradient transformation/BoundingBox can cause ugly stroke thickness
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 26 11:08:12 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23547
Summary: SVG gradient transformation/BoundingBox can cause ugly
stroke thickness
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
If we are in boundingBoxmode, the context is transformed to match the gradient
to the shape that is filled with it.
We do the same for stroking. To get the gradient match the shape, we have to
translate and scale it. Like mentioned above, we do it with transforming the
context. The path is not effected by that.
But on stroking, the strokeThickness is scaled too. And this can cause
different strokethikness from top to bottom or left to right.
--
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