mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This implements an SVG handler using the libxml reader API. This does not parse the entire document but instead uses a pull parser to locate the root element, check whether it's an svg root, do some extra sanity checks on the attribute, and fill in the php_gfxinfo structure.