mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Support SVG image
This commit is contained in:
@@ -157,6 +157,7 @@ var ReactDOM = mapObject({
|
||||
defs: 'defs',
|
||||
ellipse: 'ellipse',
|
||||
g: 'g',
|
||||
image: 'image',
|
||||
line: 'line',
|
||||
linearGradient: 'linearGradient',
|
||||
mask: 'mask',
|
||||
|
||||
+1
@@ -65,6 +65,7 @@ var svgElements = [
|
||||
'defs',
|
||||
'ellipse',
|
||||
'g',
|
||||
'image',
|
||||
'line',
|
||||
'linearGradient',
|
||||
'mask',
|
||||
|
||||
Reference in New Issue
Block a user