mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-26 20:32:23 +00:00
Fix TextAnchor prop-type definition.
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ const font = PropTypes.object;
|
||||
|
||||
// start | middle | end | inherit
|
||||
// https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor
|
||||
const textAnchor = PropTypes.oneOf(['start', 'middle', 'end', 'inherit']);
|
||||
const textAnchor = PropTypes.oneOf(['start', 'middle', 'end']);
|
||||
|
||||
// none | underline | overline | line-through | blink | inherit
|
||||
// https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-decoration
|
||||
|
||||
Reference in New Issue
Block a user