1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:35:08 +00:00
serenity/Userland/Libraries/LibXML/Parser
Timothy Flynn b6228507ac LibXML: Prevent entering the root node of an SVG document twice
Currently, if an SVG document is parsed, we enter the root <svg> element
twice - first when its node is appended, and then immediately after the
call to append its node. Prevent this by only ever entering nodes from
the appropriate location inside the call to append the node.
2023-06-09 01:12:48 +02:00
..
Parser.cpp LibXML: Prevent entering the root node of an SVG document twice 2023-06-09 01:12:48 +02:00
Parser.h AK: Check the return type in IsCallableWithArguments 2023-02-04 18:47:02 -07:00