[Webkit-unassigned] [Bug 27642] New: Inline SVG does not work on S60
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 24 00:18:51 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27642
Summary: Inline SVG does not work on S60
Product: WebKit
Version: 528+ (Nightly build)
Platform: S60 Hardware
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: artem.katasonov at jyu.fi
I do development for Nokia N97 phone (Web Runtime widget). It seems that the
phone's web browser, and WRT in result, does not render inline SVG, although
SVG as separate files are rendered if e.g. included as iframe.
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <title>SVG embedded inline in XHTML</title> </head>
<body>
<h1>SVG embedded inline in XHTML</h1>
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
<circle cx="150" cy="100" r="50" />
</svg>
<br/> <iframe src="a.svg" width="700" height="500"></iframe>
</body>
</html>
The code above works fully on a PC in Firefox or Chrome, and on the mobile in
Opera Mini, but S60 browser does not render the circle, although renders the
a.svg file.
I actually came across this problem when trying Google Maps API on N97. While
it works OK in general, polylines, polygones or driving routes are not rendered
as Google API uses SVG for that.
For example,
http://code.google.com/apis/maps/documentation/examples/polyline-simple.html
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list