diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md index 1218158..e17ab6e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/path-markup-syntax.md @@ -159,11 +159,10 @@ An uppercase `V` indicates that `y` is an absolute value; a lowercase `v` indica |Syntax| |------------| -|`T` `controlPoint` `endPoint`

- or -

`t` `controlPoint` `endPoint`| +|`T` `endPoint`

- or -

`t` `endPoint`| |Term|Description| |----------|-----------------| -|`controlPoint`|

The control point of the curve, which determines the starting and tangent of the curve.| |`endPoint`|

The point to which the curve is drawn.| ### Elliptical Arc Command