wiki.techinc.nl/tests/phpunit/data
Bartosz Dziewoński 1805fd3be5 resourceloader: Avoid unnecessary xmlns attributes in ResourceLoaderImage
We were creating the `<g>` element without specifying a namespace,
which caused the library to add `xmlns` attributes with the document's
default SVG namespace to elements that we appended underneath it.
(At least, that's what I think was happening.)

Specify the SVG namespace when creating it to avoid the mess and
reduce resulting file size.

Change-Id: Ida27494aeae9dece16f878c16cf9aa582e6deac3
2019-01-16 02:22:45 +00:00
..
autoloader Improve AutoLoader test coverage 2018-05-26 21:29:36 -07:00
categoriesrdf Fix handling categorization changes 2018-08-14 00:40:08 +00:00
composer Use SPDX 3.0 license identifier 2018-03-18 18:08:22 +00:00
css
cssmin CSSMin: Remove XML declaration from SVGs 2018-01-11 19:28:15 -08:00
db Add a few schemas to SQLite tests 2017-10-13 19:39:06 +00:00
filecontentshasher
filerepo
gitinfo
import
less resourceloader: Add test case for ResourceLoader::getLessCompiler 2018-05-19 23:06:54 +00:00
localisationcache Don't fallback from uk to ru 2016-11-23 19:24:54 +02:00
media SVG: Allow , as separator in viewBox attribute value 2018-08-11 00:16:43 +02:00
parser
registration registration: Add ability to check if a specific extension version is loaded 2018-09-03 14:37:33 -07:00
resourceloader resourceloader: Avoid unnecessary xmlns attributes in ResourceLoaderImage 2019-01-16 02:22:45 +00:00
templates TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access 2018-09-04 12:39:34 -07:00
upload UploadBase: Permit SVG files with broken namespace definition (Inkscape bug) 2016-10-27 10:24:32 +00:00
zip