Merge "Increase $wgSVGMaxSize to 5120 pixels wide (previously 2048)."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 24 Jul 2015 19:51:11 +0000 (19:51 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 24 Jul 2015 19:51:11 +0000 (19:51 +0000)
includes/DefaultSettings.php

index baefef9..22e9e30 100644 (file)
@@ -1021,7 +1021,7 @@ $wgSVGConverterPath = '';
 /**
  * Don't scale a SVG larger than this
  */
-$wgSVGMaxSize = 2048;
+$wgSVGMaxSize = 5120;
 
 /**
  * Don't read SVG metadata beyond this point.