Skip to content

Commit

Permalink
fix(svg): replaced broken link for <path_data> in path attribute (#26503
Browse files Browse the repository at this point in the history
)

* fix(svg): replaced broken link for <path_data> in path attribute

* Update files/en-us/web/svg/element/textpath/index.md

Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>

---------

Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
  • Loading branch information
RajuKanaka and teoli2003 authored May 1, 2023
1 parent 5ecf1c8 commit 6cbf250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/svg/element/textpath/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ svg {
_Value type_: `align`|`stretch` ; _Default value_: `align`; _Animatable_: **yes**
- {{SVGAttr("path")}} {{Experimental_Inline}}
- : The path on which the text should be rendered.
_Value type_: [**\<path_data>**](/en-US/docs/Web/SVG/Content_type#path_data) ; _Default value_: none; _Animatable_: **yes**
_Value type_: [**\<path_data>**](/en-US/docs/Web/SVG/Attribute/path#path-data) ; _Default value_: none; _Animatable_: **yes**
- {{SVGAttr("side")}} {{Experimental_Inline}}
- : Which side of the path the text should be rendered.
_Value type_: `left`|`right` ; _Default value_: `left`; _Animatable_: **yes**
Expand Down

0 comments on commit 6cbf250

Please sign in to comment.