Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1823,7 +1823,7 @@ |
1824 | 1824 | /** If not in the executable PATH, specify */ |
1825 | 1825 | $wgSVGConverterPath = ''; |
1826 | 1826 | /** Don't scale a SVG larger than this */ |
1827 | | -$wgSVGMaxSize = 1024; |
| 1827 | +$wgSVGMaxSize = 2048; |
1828 | 1828 | /** |
1829 | 1829 | * Don't thumbnail an image if it will use too much working memory |
1830 | 1830 | * Default is 50 MB if decompressed to RGBA form, which corresponds to |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -229,6 +229,7 @@ |
230 | 230 | * (bug 13185) No line break after 'subpages' class in Modern skin |
231 | 231 | * (bug 13583) No "poweredby" in Modern skin |
232 | 232 | * (bug 13880) "Printable" link in Modern skin now formats as print mode |
| 233 | +* (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels |
233 | 234 | |
234 | 235 | |
235 | 236 | === API changes in 1.13 === |