mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
svg attributes properly cased when assigned by react
This commit is contained in:
@@ -145,7 +145,11 @@ var DefaultDOMPropertyConfig = {
|
||||
strokeLinecap: 'stroke-linecap',
|
||||
strokeWidth: 'stroke-width',
|
||||
stopColor: 'stop-color',
|
||||
stopOpacity: 'stop-opacity'
|
||||
stopOpacity: 'stop-opacity',
|
||||
viewBox: 'viewBox',
|
||||
spreadMethod: 'spreadMethod',
|
||||
gradientUnits: 'gradientUnits',
|
||||
gradientTransform: 'gradientTransform'
|
||||
},
|
||||
DOMPropertyNames: {
|
||||
autoCapitalize: 'autocapitalize',
|
||||
|
||||
Reference in New Issue
Block a user