Increase $wgSVGMaxSize to 5120 pixels wide (previously 2048).
authorBrian Wolff <bawolff+wn@gmail.com>
Sun, 19 Jul 2015 10:06:11 +0000 (04:06 -0600)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 19 Jul 2015 10:06:11 +0000 (04:06 -0600)
commit07ab9dcdf21bb1942cc2d2b38cf8e809fe424226
treed0b644e0be373fd3f4fb8681ee9457da6d47ea22
parentcf501475fd8e72b0605f1f3c2c396302a9b608d5
Increase $wgSVGMaxSize to 5120 pixels wide (previously 2048).

People use mediawiki for all sorts of things, restricting to
2048px wide seems much to strict as the default setting (imo).

It should be noted, MediaWiki, can, in the default config
(but with some non-default user prefs), include images of
up to size 2560 px on the image description page, so the max
svg size should at least be that big.

Change-Id: I306a792e61e7c738982b9dbde8a63aa31acf38a8
Note: this doesn't affect WMF, as they have it overridden to 4096
includes/DefaultSettings.php