[Webkit-unassigned] [Bug 23472] SVG pattern transformation/BoundingBox can cause ugly stroke thickness or text positions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 28 03:39:54 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23472


krit at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|SVG Patterns on text can    |SVG pattern
                   |make offset                 |transformation/BoundingBox
                   |                            |can cause ugly stroke
                   |                            |thickness or text positions




------- Comment #1 from krit at webkit.org  2009-01-28 03:39 PDT -------
Patterns have the same problem as the REGRESSION on gradients
(https://bugs.webkit.org/show_bug.cgi?id=23547). The transformation of the
pattern is applied to the CTM. This causes strange transformations of the text,
or unwanted stroke thikness, depending on the transformation.
Stroke thickness is only influenced by scaling skewing or a
transformationmatrix that scales or skewes.

We need a general redesign here, to get both fixed, gradients as well as
patterns and to minimize code snippets for both.


-- 
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