I have an application in HTML5 that uses inline SVG. It is working in
the major modern browsers (FF, Chrome) but not in the "different
flavours" (iceweasel, chromium, epiphany)
The version of Chromium that I am using is
6.0.472.63 (59945) Built on Debian 6.0.2, running on Debian 6.0.3
and the HTML file is
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg">
<circle r="50" cx="50" cy="50" fill="green"/>
</svg>
</body>
</html>
In Chrome it shows the circle and in Chromium nothing appears.
Thanks a lot
Isi
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.