[Webkit-unassigned] [Bug 18308] REGRESSION: SVG Encoding error with fill attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 01:39:11 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18308





------- Comment #4 from ap at webkit.org  2008-04-07 01:39 PDT -------
We've got at least two bugs here. One is in WebKit, and is responsible for the
two variants being displayed differently - the presence of a "#" character in
the URL makes encodeRelativeString() assume that we have a fragment, and encode
it differently, which is incorrect for data: URLs. Another bug is that we use
an US-ASCII codec for decoding a response - it may be seen as a CFNetwork bug
that it gives us wrong information about response encoding.


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