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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 02:19:59 PDT 2008


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|NeedsRadar                  |




------- Comment #5 from ap at webkit.org  2008-04-07 02:19 PDT -------
Workaround: add an explicit charset to the MIME type, AND percent-escape the
hash symbol:

<object class="obj" type="image/svg+xml"  height="600px"
 data="data:image/svg+xml;charset=utf-8,
 <svg xmlns='http://www.w3.org/2000/svg'>
  <text font-weight='bold' x='-500' y='145' font-size='35px'
transform='rotate(-90)'>
   <tspan x='-500' dy='-40' fill='%23FED062'>foo</tspan>
  </text>
 </svg>">


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