Use 'rsvg-convert' binary rather than 'rsvg' everywhere
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 5 Feb 2015 18:14:34 +0000 (19:14 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 5 Feb 2015 18:17:32 +0000 (18:17 +0000)
commit844618a231b795cdd18eb6f4a772f8dd89cfb315
treef3429bf848dfefe0463e72ac4c20b59760b4e3d1
parent69bd2e54d698f32120940f80f3493479297ecf74
Use 'rsvg-convert' binary rather than 'rsvg' everywhere

Update $wgSVGConverters['rsvg'] to something closer to WMF production
configuration (there is a more complicated setup involving two
variants of rsvg for some reason).

Documentation is scarce, but 'rsvg-convert' appears to be the "modern"
way to call rsvg, with 'rsvg' being deprecated or not recommended.

Bug: T76476
Change-Id: I5ed877f3a5a1f1e97ae881c1d03fc977276182b6
RELEASE-NOTES-1.25
includes/DefaultSettings.php
includes/resourceloader/ResourceLoaderImage.php
tests/phpunit/includes/parser/NewParserTest.php