fix(markdown): Broken links in dev docs
This commit is contained in:
parent
ee8b9ac8e0
commit
dd88d8a7f2
1 changed files with 4 additions and 4 deletions
|
@ -14,17 +14,17 @@ array | Point | false utils.curveIntersectsX(
|
|||
Finds the point(s) where a curve intersects a given X-value.
|
||||
|
||||
This is a low-level variant
|
||||
of [`Path.intersectsX()`](/en/docs/developer/api/path/#pathintersectsx).
|
||||
of [`Path.intersectsX()`](/reference/api/path/#pathintersectsx).
|
||||
Instead of a path, you describe a single curve by passing the four
|
||||
points that describes it.
|
||||
|
||||
This returns `false` if no intersections are found,
|
||||
a [Point](/en/docs/developer/api/point/) object if
|
||||
a [Point](/reference/api/point) object if
|
||||
a single intersection is found, and an array
|
||||
of [Point](/en/docs/developer/api/point/) objects if
|
||||
of [Point](/reference/api/point) objects if
|
||||
multiple intersections are found.
|
||||
|
||||
<Example part="utils_curveintersectsx" caption="A Utils.curveIntersectX() example" />
|
||||
<Example part="utils_curveintersectsx">A Utils.curveIntersectX() example</Example>
|
||||
|
||||
```js
|
||||
let {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue