WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
27642
Inline SVG does not work on S60
https://bugs.webkit.org/show_bug.cgi?id=27642
Summary
Inline SVG does not work on S60
Artem Katasonov
Reported
2009-07-24 00:18:50 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Siddharth Mathur
Comment 1
2011-04-26 18:45:47 PDT
Old bug. Ignoring. Symbian3 devices (Symbian "Anna"/PR2.0 and later) should have a full SVG implementation in their WebKit engine for WRT/native Browser 7.x
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug