mirror of
https://github.com/facebook/react.git
synced 2026-02-26 04:04:59 +00:00
Revert "Merge pull request #5736 from gaearon/document-svg-passthrough"
This reverts commit713401f2eb, reversing changes made to53dabe748c.
This commit is contained in:
@@ -86,6 +86,13 @@ There is also the React-specific attribute `dangerouslySetInnerHTML` ([more here
|
||||
|
||||
### SVG Attributes
|
||||
|
||||
Any attributes passed to SVG tags are passed through without changes.
|
||||
|
||||
React used to support special camelCase aliases for certain SVG attributes, such as `clipPath`. If you use them now you'll see a deprecation warning. These aliases will be removed in the next version in favor of their real names from the SVG specification, such as `clip-path`. Attributes that have a camelCase name in the spec, such as `gradientTransform`, will keep their names.
|
||||
```
|
||||
clipPath cx cy d dx dy fill fillOpacity fontFamily
|
||||
fontSize fx fy gradientTransform gradientUnits markerEnd
|
||||
markerMid markerStart offset opacity patternContentUnits
|
||||
patternUnits points preserveAspectRatio r rx ry spreadMethod
|
||||
stopColor stopOpacity stroke strokeDasharray strokeLinecap
|
||||
strokeOpacity strokeWidth textAnchor transform version
|
||||
viewBox x1 x2 x xlinkActuate xlinkArcrole xlinkHref xlinkRole
|
||||
xlinkShow xlinkTitle xlinkType xmlBase xmlLang xmlSpace y1 y2 y
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user