Skip to content

Commit

Permalink
broken fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Aug 5, 2018
1 parent d7a796a commit 8f0c878
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions master/paths.html
Expand Up @@ -358,12 +358,12 @@ <h3 id="PathDataClosePathCommand">The <strong>"closepath"</strong> command</h3>
<a href="paths.html#PathDataCubicBezierCommands">"smooth curveto"</a>,
<a href="paths.html#PathDataQuadraticBezierCommands">"quadratic Bézier curveto"</a>,
<a href="paths.html#PathDataQuadraticBezierCommands">"smooth quadratic Bézier curveto"</a>,
or <a href="paths.html#PathDataEllipticalArcCommands">"elliptical arc"</a>,
that is missing required coordinate data,
or <a href="paths.html#PathDataEllipticalArcCommands">"elliptical arc"</a>,
that is missing required coordinate data,
then this is a <dfn id="TermSegment-CompletingClosePath">segment-completing close path command</dfn>.
No additional path segment is generated by the command; instead,
the <a>initial point</a> for this subpath must be used
in place of each missing <var>(x,y)</var> coordinate to complete the previous segment.
in place of each missing <var>(x,y)</var> coordinate to complete the previous segment.
</li>
</ol>

Expand Down Expand Up @@ -411,7 +411,7 @@ <h3 id="PathDataClosePathCommand">The <strong>"closepath"</strong> command</h3>
of the subpath.
The first and last <a>path segments</a> of an <a>open subpath</a> will not be
joined, even when the final coordinate of the last <a>path segment</a> is the
<a>initial point</a> of the subpath. This will result in the first and last
<a>initial point</a> of the subpath. This will result in the first and last
<a>path segments</a> being capped using the current value of <a>'stroke-linecap'</a>
rather than joined using the current value of <a>'stroke-linejoin'</a>.</p>

Expand Down Expand Up @@ -835,7 +835,7 @@ <h3 id="PathDataBNF">The grammar for path data</h3>
moveto::=
( "M" | "m" ) wsp* coordinate_pair_sequence wsp* closepath?

closepath::=
closepath::=
("Z" | "z")

lineto::=
Expand Down Expand Up @@ -947,7 +947,7 @@ <h2 id="PathDirectionality">Path directionality</h2>
<p>Some features, such as the <a href="painting.html#OrientAttribute">orientation</a>
of <a>markers</a> and the <a href="painting.html#TermCapShape">shapes</a> of
<a href="painting.html#LineCaps">line caps</a>, are defined in terms of
the direction of the path at a given distance along the path or at the
the direction of the path at a given distance along the path or at the
start or end of an individual segment.</p>

<p>The <dfn id="TermPathDirection">direction of a path</dfn> at a specified
Expand All @@ -965,7 +965,7 @@ <h2 id="PathDirectionality">Path directionality</h2>

<li>Otherwise, if the given distance along the path occurs at a path
segment boundary, then the direction of the path is the
<a href="TermPathSegmentStartDirection">direction at the start of
<a href="#TermPathSegmentStartDirection">direction at the start of
the segment at the given distance</a>, considering each segment to
be endpoint exclusive.

Expand Down

0 comments on commit 8f0c878

Please sign in to comment.