[Webkit-unassigned] [Bug 14926] New: WebKit has 'em' length handling problems related to CSS properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 10 07:58:42 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14926
Summary: WebKit has 'em' length handling problems related to CSS
properties
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zimmermann at kde.org
These two lines give different results:
<line x1="0" y1="110" x2="30em" y2="110" style="font-size: 10"/>
<line x1="0" y1="110" x2="30em" y2="110" font-size="10"/>
Expected would be a value of x2="300". The first line gives sth. bigger,
as the font-size: 10 is not handled - as it seems.
Not investigated yet, but SVGLength::value() deals with em/exs handling.
--
Configure bugmail: http://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