Author: info
Description:
When uploading a .svg image mediawiki creates a .png version of it for easy viewing.
In the page http://nl.wikipedia.org/wiki/Afbeelding:Honkbalposities.svg I found that the image uses is
http://upload.wikimedia.org/wikipedia/nl/thumb/5/50/Honkbalposities.svg/1024px-Honkbalposities.svg.png which has
dimension 1024x724px. Yet in the image description page, the <img> tag holding the .png gives a width="1052"
height="744" pix, a scaling of 1.03%. Most browsers don't scale images very well using the <img width/height> tags,
especially not in scaling factors near 100%. In this case, the image looks especially ugly (as if it was drawn with
MS paint)
Further testing revealed that using an [[Image: -tag with sizes of over 1024 pix on this image, the 1024px png was
used, resulting in jagged or pixelized images. In using it with lower-resolution image tag sizes, the correct
behaviour (creating a 300pix PNG based on the SVG) was shown.
Version: unspecified
Severity: normal
OS: Linux
Platform: PC