You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60649,7 +60649,7 @@ idea from Mihai:
60649
60649
60650
60650
<dd>
60651
60651
60652
-
<p>Cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting the subpath that it was in in two;
60652
+
<p>Cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting in two the subpath that it was in;
60653
60653
remove all line segments, joins, points, and subpaths that are between <var>start</var> and <var>end</var>; and finally place a single point at <var>start</var> with no lines connecting to it.</p>
60654
60654
60655
60655
<p>The point has a <i>directionality</i> for the purposes of drawing line caps (see below).
@@ -60662,9 +60662,9 @@ idea from Mihai:
60662
60662
60663
60663
<dd>
60664
60664
60665
-
<p>Cut the line on which <var>start</var> finds itself into two at <var>start</var> and place a point there, cutting the subpath that it was in in two, and
60666
-
similarly cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting the subpath that <em>it</em> was in in
60667
-
two, and then remove all line segments, joins, points, and subpaths that are between <var>start</var> and <var>end</var>.</p>
60665
+
<p>Cut the line on which <var>start</var> finds itself into two at <var>start</var> and place a point there, cutting in two the subpath that it was in, and
60666
+
similarly cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting in two the subpath that <em>it</em> was in,
60667
+
and then remove all line segments, joins, points, and subpaths that are between <var>start</var> and <var>end</var>.</p>
60668
60668
60669
60669
<p>If <var>start</var> and <var>end</var> are the same point, then this
60670
60670
results in just the line being cut in two and two points being inserted there, with nothing
0 commit comments