* (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Apr 2008 20:30:00 +0000 (20:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Apr 2008 20:30:00 +0000 (20:30 +0000)
Files marked as being larger would be horribly client-side scaled on Image: page inline display for users who set their options up to 1280 or larger. 2048 is still not insanely-huge while still encompassing common screen sizes.

RELEASE-NOTES
includes/DefaultSettings.php

index 0d9f110..831f1d9 100644 (file)
@@ -229,6 +229,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 13185) No line break after 'subpages' class in Modern skin
 * (bug 13583) No "poweredby" in Modern skin
 * (bug 13880) "Printable" link in Modern skin now formats as print mode
+* (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels
 
 
 === API changes in 1.13 ===
index 663dd44..93f0487 100644 (file)
@@ -1823,7 +1823,7 @@ $wgSVGConverter = 'ImageMagick';
 /** If not in the executable PATH, specify */
 $wgSVGConverterPath = '';
 /** Don't scale a SVG larger than this */
-$wgSVGMaxSize = 1024;
+$wgSVGMaxSize = 2048;
 /**
  * Don't thumbnail an image if it will use too much working memory
  * Default is 50 MB if decompressed to RGBA form, which corresponds to