[Webkit-unassigned] [Bug 9998] <text> elements wrap when they shouldn't

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jul 23 07:06:45 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9998


ojh16 at student.canterbury.ac.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ojh16 at student.canterbury.ac.
                   |unassigned at opendarwin.org   |nz




------- Comment #1 from ojh16 at student.canterbury.ac.nz  2006-07-23 07:06 PDT -------
Created an attachment (id=9627)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9627&action=view)
fix 1

Okay, after traipsing through tonnes of code, i have modified svg.css :-/

This patch fixes the wrapping of text in svg elements but there are a number of
problems:
 * It's fixing a symptom -- the underlying problem is that tspans are not
inheriting style from the containing <text> element
 * It "breaks" many of the svg tests -- though these are corrections or strange
minor changes in character positions (eg. 1px horizontal movement)
 * It actually breaks a few tests -- filters-light-01-f for example -- though i
cannot work out why or how

Oh, the addition white-space: nowrap to <text> in svg.css is needed regardless
-- so that's probably going to be in the final patch.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list