https://bugzilla.wikimedia.org/show_bug.cgi?id=8566
Jasen Betts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Thumbnail rendering of large|Thumbnail rendering of SVGs |SVGs broken |broken --- Comment #1 from Jasen Betts <[email protected]> 2009-01-15 10:43:35 UTC --- it may be a function of the length of the lines segments see http://en.wikipedia.org/wiki/File:Logarithmic_spiral.svg the 17 decenber 2008 version is 130K and does not render correctly in thumbnail or on the description page I'm getting the feeling that the renderer is mistakenly ignoring details that are smaller than 1 pixel a partial fix would be to render them full size (or larger than full size) and then scale them using a bicubic filter to get the smaller rendeings. then atleast the thumbs represent the full size image, even if it does not represent the svg. -- 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
