]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
src/svgtiny.c: update the docstring for svgtiny_parse_svg()
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Nov 2023 13:54:20 +0000 (08:54 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
The svgtiny_parse_svg() function not only parses <svg> and <g>
elements; it also parses <a> elements.

src/svgtiny.c

index 74ce7eb1775cb92315ac8d7d521ef1533ab2c4a2..e80404a58da00ebd0182e25090836e5bfcd10537 100644 (file)
@@ -950,7 +950,7 @@ svgtiny_code svgtiny_preparse_styles(dom_element *svg,
 }
 
 /**
- * Parse a <svg> or <g> element node.
+ * Parse <svg>, <g>, and <a> element nodes.
  */
 
 svgtiny_code svgtiny_parse_svg(dom_element *svg,