Skip to content

Commit f2137d1

Browse files
committed
doc: add more SVG tags.
1 parent 2d2814b commit f2137d1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

website/docs/tutorials/guides-for-web-developer/html_support.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,18 @@ SVG support in WebF is still in the early stage. From now, we only provide limit
113113
supported.
114114
2. Only these tags are supported:
115115
1. `<svg />`
116-
4. `<rect />`
117-
5. `<path />`
118-
6. `<text />`
119-
7. `<g />`
116+
2. `<rect />`
117+
3. `<path />`
118+
4. `<text />`
119+
5. `<g />`
120+
6. `<circle />`
121+
7. `<ellipse />`
122+
8. `<style />`
123+
9. `<line />`
124+
10. `<defs />`
125+
11. `<linearGradient />`
126+
12. `<stop />`
127+
13. `<clipPath />`
120128

121129
**Example**
122130

0 commit comments

Comments
 (0)