CSSMin: Remove XML declaration from SVGs
authorVolker E <volker.e@wikimedia.org>
Tue, 9 Jan 2018 03:05:40 +0000 (19:05 -0800)
committerVolker E <volker.e@wikimedia.org>
Fri, 12 Jan 2018 03:28:15 +0000 (19:28 -0800)
commitcdf11dff651a55d1b3c4c3e6d4b260ade0af16cb
treec735ee060e1665cde3ba74fcb9fae3bbe96ef157
parentfded33d6deb75ecd50eb5ba8f1bea03106474308
CSSMin: Remove XML declaration from SVGs

Removing unnecessary XML declaration prolog when embedding SVGs
as data URI and adding more complex elements & attributes to test.

Bug: T175318
Change-Id: Ibec8c2ab498554a6ad33b4420ae6258dcc80fcdf
includes/libs/CSSMin.php
tests/phpunit/data/cssmin/circle.svg
tests/phpunit/includes/libs/CSSMinTest.php