fix(docs): Add blank lines at start and end of Warning component
This commit is contained in:
parent
080c75e733
commit
a111477bbf
7 changed files with 14 additions and 0 deletions
|
@ -6,10 +6,12 @@ The `Path.intersects()` method returns the Point object(s) where the path
|
||||||
intersects with a path you pass it.
|
intersects with a path you pass it.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This method can sometimes fail to find intersections in some curves
|
This method can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
|
@ -6,10 +6,12 @@ The `Path.intersectsX()` method returns the Point object(s) where the path
|
||||||
intersects with a given X-value.
|
intersects with a given X-value.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This method can sometimes fail to find intersections in some curves
|
This method can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
|
@ -6,10 +6,12 @@ The `Path.intersectsY()` method returns the Point object(s) where the path
|
||||||
intersects with a given Y-value.
|
intersects with a given Y-value.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This method can sometimes fail to find intersections in some curves
|
This method can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
|
@ -6,10 +6,12 @@ The `utils.curveIntersectsX()` function finds the point(s) where a curve
|
||||||
intersects a given X-value.
|
intersects a given X-value.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This function can sometimes fail to find intersections in some curves
|
This function can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
|
@ -6,10 +6,12 @@ The `utils.curveIntersectsY()` function finds the point(s) where a curve
|
||||||
intersects a given Y-value.
|
intersects a given Y-value.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This function can sometimes fail to find intersections in some curves
|
This function can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
|
@ -6,10 +6,12 @@ The `utils.curvesIntersect()` function finds the intersections between two curve
|
||||||
described by 4 points each.
|
described by 4 points each.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This function can sometimes fail to find intersections in some curves
|
This function can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
|
@ -7,10 +7,12 @@ segment from point `from` to point `to` and a curve described by points
|
||||||
`start`, `cp1`, `cp2, and `end\`.
|
`start`, `cp1`, `cp2, and `end\`.
|
||||||
|
|
||||||
<Warning>
|
<Warning>
|
||||||
|
|
||||||
This function can sometimes fail to find intersections in some curves
|
This function can sometimes fail to find intersections in some curves
|
||||||
due to a limitation in an underlying Bézier library.
|
due to a limitation in an underlying Bézier library.
|
||||||
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue