Subject: | Empty regexes leads to error |
Same file as in #62943 - and another problem ;-)
The empty regexes like in SVG/Rasterize/Specification/Structure.pm for
'xmlns' lead to failures in validation:
Attribute failed validation:
The 'xmlns' parameter ("http://www.w3.org/2000/svg") to
SVG::Rasterize::State::_process_node did not pass regex check
If you remove these empty regexes, everything works fine...