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: content/08-Reference/Segment/class.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
4
4
<p>The Segment object represents the points of a path through which its <a href="/reference/curve"><tt>Curve</tt></a> objects pass. The segments of a path can be accessed through its <a href="/reference/path#segments"><tt>path.segments</tt></a> array.</p>
5
-
<p>Each segment consists of an anchor point (<a href="/reference/segment#point"><tt>segment.point</tt></a>) and optionaly an incoming and an outgoing handle (<a href="/reference/segment#handlein"><tt>segment.handleIn</tt></a> and <a href="/reference/segment#handleout"><tt>segment.handleOut</tt></a>), describing the tangents of the two <a href="/reference/curve"><tt>Curve</tt></a> objects that are connected by this segment.</p>
5
+
<p>Each segment consists of an anchor point (<a href="/reference/segment#point"><tt>segment.point</tt></a>) and optionally an incoming and an outgoing handle (<a href="/reference/segment#handlein"><tt>segment.handleIn</tt></a> and <a href="/reference/segment#handleout"><tt>segment.handleOut</tt></a>), describing the tangents of the two <a href="/reference/curve"><tt>Curve</tt></a> objects that are connected by this segment.</p>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "paperjs.org",
3
-
"version": "0.12.15",
3
+
"version": "0.12.16",
4
4
"description": "The source of the Paper.js website http://paperjs.org, translated to the static pages in https://github.com/paperjs/paperjs.github.io by running it through https://github.com/studiomoniker/woods",
0 commit comments