On 18 May 2010 02:01, Dan Kegel dank@kegel.com wrote:
I finally threw together some graphs, see http://kegel.com/wine/yagmarkdata/wine-1.1.44-245.html Not sure what to make of the results yet.
They use svg, so a modern browser is required.
Neat.
Can you use something like:
<object data="E8400-GT_220-Ubuntu_10.04_LTS-e8400-3dmark06_3DMark_Score.svg" type="image/svg+xml"> <embed src="E8400-GT_220-Ubuntu_10.04_LTS-e8400-3dmark06_3DMark_Score.svg" type="image/svg+xml"> <img src="E8400-GT_220-Ubuntu_10.04_LTS-e8400-3dmark06_3DMark_Score.svg" alt="E8400 GT220 - Ubuntu 10.04 LTS - e8400 - 3dmark06 3DMark Score"> </embed> </object>
so that this will work in Firefox, as Firefox does not (as of 3.6.3 on Ubuntu 10.04) support svg images in img tags, but does as object tags. I don't know whether the above is required for the svg to be viewed in Opera as well.
Thanks, - Reece