seyyed / scalaris

Automatically exported from code.google.com/p/scalaris
Apache License 2.0
0 stars 0 forks source link

Vivaldi SVG display frame too small (at least) in Chromium #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When viewing the Vivaldi latency graph, the embed frame is too small. This 
happens in Chromium, not in Safari.

A simple:

@/docroot/index.yaws:138
--- <embed src="vivaldiMap.yaws" type="image/svg+xml" 
pluginspage="http://www.adobe.com/svg/viewer/install/" />
+++ <embed src="vivaldiMap.yaws" type="image/svg+xml" 
pluginspage="http://www.adobe.com/svg/viewer/install/" height="400" width="400" 
/>

Fixed it for me.

Original issue reported on code.google.com by Uwe.Daue...@gmail.com on 17 Feb 2010 at 4:37

GoogleCodeExporter commented 8 years ago
Version r570 should solve the size issue. Firefox and Chromium both show a 
large view
now. 

However, the texts looks odd in Chromium. I tested the generated svg with the 
w3c
validator and it seems to be valid. I have no idea why Chromium doesn't like 
the font
sizes.

Original comment by schu...@gmail.com on 18 Feb 2010 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by schu...@gmail.com on 10 Mar 2010 at 9:27