From: Brion Vibber Date: Wed, 30 Apr 2008 20:30:00 +0000 (+0000) Subject: * (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels X-Git-Tag: 1.31.0-rc.0~47981 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=86e2e2fede052306ebe3b5850a671d835df1d914;p=lhc%2Fweb%2Fwiklou.git * (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels 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. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0d9f110c17..831f1d9c0d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 663dd447ce..93f04877d0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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