Add a new isVectorized() to files and media handlers. Only SVG returns true.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 31 Oct 2010 21:49:25 +0000 (21:49 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 31 Oct 2010 21:49:25 +0000 (21:49 +0000)
commit4cc32f979a5f0f9addfd312fe78489267703062e
tree7b20a75ec3a5c8424511132cf8e3388c777d668c
parentf04066f7a115ce881fdda809fa31a3b91f09417e
Add a new isVectorized() to files and media handlers. Only SVG returns true.

Related to Bug 19633.
includes/filerepo/File.php
includes/media/Generic.php
includes/media/SVG.php