If the unknown element is empty, there won't be a matching END_ELEMENT. There's nothi...
[lhc/web/wiklou.git] / includes / media / SVGMetadataExtractor.php
2011-03-04 PlatonidesIf the unknown element is empty, there won't be a match...
2011-02-27 Derk-Jan HartmanRemove unneeded commented code, that I accidently added...
2011-02-19 Derk-Jan HartmanClose the xmlreader when we are done with it.
2011-02-16 Derk-Jan HartmanAdd support for namespace prefixed elements in svg...
2011-02-08 Tim StarlingMake SVGMetadataExtractor less noisy when it reads...
2010-11-30 Sam ReedMore unused variables
2010-11-04 Derk-Jan HartmanSkip comments and stuff before the <svg> element.
2010-11-04 Derk-Jan Hartman* The SVGMetadataExtractor now based on XmlReader
2010-11-01 Derk-Jan Hartman* Moving wfGetSVGSize() and wfScaleSVGUnit() into a...