Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 72f22f1

Browse files
committed
Move svg tags back
1 parent b0968af commit 72f22f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/react/component/tags.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ module Tags
1010
main map mark menu menuitem meta meter nav noscript object ol optgroup option
1111
output p param picture pre progress q rp rt ruby s samp script section select
1212
small source span strong style sub summary sup table tbody td textarea tfoot th
13-
thead time title tr track u ul var video wbr)
13+
thead time title tr track u ul var video wbr) +
14+
# The SVG Tags
15+
%w(circle clipPath defs ellipse g line linearGradient mask path pattern polygon polyline
16+
radialGradient rect stop svg text tspan)
1417

1518
# note: any tag can end in _as_node but this is deprecated
1619

0 commit comments

Comments
 (0)