https://bugzilla.wikimedia.org/show_bug.cgi?id=34792
Saibo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Saibo <[email protected]> 2012-02-29 18:11:58 UTC --- why should this bug be a regression? was the rendering of this file correct in the past? Probably not since it was uploaded 2012-02-29. It is well known that the rsvg renders different from browsers (like Firefox, ...). A help may be http://commons.wikimedia.org/wiki/Commons:SVG_Check to check before upload. It also can give you hints what is wrong with your file. I have tried with your file: it renders similar to FF's rendering and reports no errors. A check with gThumb on my PC shows the exact rendering like Wikimedia Commons (I observed this in the past - it probably also uses rsvg). Also if I open the svg with inkscape it shows small fonts (although a bit different rendering). I had checked with http://validator.w3.org - it reports an invalid svg. So, all in all, I doubt that is a "bug" which is not known. A first step is to supply valid SVG code. ;-) linearGradient id="chloroplast_green" x="0" should be: linearGradient id="chloroplast_green" x1="0" I guess the font sizing is not working properly since you define the sizes in "em" instead of pixels but I cannot find a definition how large one "em" should be. All other measurements seem to be defined in pixels. That doesn't look healthy. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
