Skip to content

Commit

Permalink
[css-shapes-2][editorial] Fix Bikeshed links
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored and svgeesus committed Dec 13, 2024
1 parent d8b3d45 commit 8bd3177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-shapes-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ The ''shape()'' Function</h4>

This draws a straight line from the command's starting point to its ending point.

<dt><dfn><<horizontal-line-command>></dfn> = hline [ to [ <length-percentage> | left | center | right | x-start | x-end ]
| by <length-percentage> ]
<dt><dfn><<horizontal-line-command>></dfn> = hline [ to [ <<length-percentage>> | left | center | right | x-start | x-end ]
| by <<length-percentage>> ]
<dd>
Adds a horizontal
<a href="https://www.w3.org/TR/SVG/paths.html#PathDataLinetoCommands">lineto</a> command
Expand All @@ -260,7 +260,7 @@ The ''shape()'' Function</h4>
Specifying the horizontal component of <<position>> instead of a <<length-percentage>> (''left'', ''center'', ''right'', ''x-start'', or ''x-end''),
would draw a line to that <<position>>, with the <<position>>'s vertical component remaining the same as the starting point.

<dt><dfn><<vertical-line-command>></dfn> = vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]
<dt><dfn><<vertical-line-command>></dfn> = vline [ to [ <<length-percentage>> | top | center | bottom | y-start | y-end ] | by <<length-percentage>> ]
<dd>
Adds a vertical
<a href="https://www.w3.org/TR/SVG/paths.html#PathDataLinetoCommands">lineto</a> command
Expand Down

0 comments on commit 8bd3177

Please sign in to comment.