Rename function to 'rasterize'
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 18 Nov 2008 01:24:56 +0000 (01:24 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 18 Nov 2008 01:24:56 +0000 (01:24 +0000)
includes/media/SVG.php

index 978749d..7077caa 100644 (file)
@@ -77,7 +77,7 @@ class SvgHandler extends ImageHandler {
        * @param string $height
        * @returns TRUE/MediaTransformError
        */
-       public function transformSvgToPng( $srcPath, $dstPath, $width, $height ) {
+       public function rasterize( $srcPath, $dstPath, $width, $height ) {
                global $wgSVGConverters, $wgSVGConverter, $wgSVGConverterPath;
                $err = false;
                if ( isset( $wgSVGConverters[$wgSVGConverter] ) ) {