Skip to content

Commit

Permalink
πŸ› Add SVG children to descendant_tag_list (#29857)
Browse files Browse the repository at this point in the history
Add "circle", "ellipse", "line", "polygon", "polyline", "rect" to descendant_tag_list to allow for SVG child elements as descendants.
  • Loading branch information
isaac-tru committed Apr 19, 2021
1 parent 5ffc06e commit af13fd8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ descendant_tag_list {
tag: "B"
tag: "BR"
tag: "BUTTON"
tag: "CIRCLE"
tag: "COL"
tag: "COLGROUP"
tag: "DIV"
tag: "ELLIPSE"
tag: "EM"
tag: "FIELDSET"
tag: "FORM"
Expand All @@ -153,12 +155,16 @@ descendant_tag_list {
tag: "INPUT"
tag: "LABEL"
tag: "LI"
tag: "LINE"
tag: "MARK"
tag: "NAV"
tag: "OL"
tag: "OPTION"
tag: "P"
tag: "PATH"
tag: "POLYGON"
tag: "POLYLINE"
tag: "RECT"
tag: "SECTION"
tag: "SELECT"
tag: "SPAN"
Expand Down

0 comments on commit af13fd8

Please sign in to comment.