1
0
Fork 0

fix(docs): Add blank lines at start and end of Warning component

This commit is contained in:
Benjamin F 2023-04-05 15:02:57 -07:00
parent 080c75e733
commit a111477bbf
7 changed files with 14 additions and 0 deletions

View file

@ -6,10 +6,12 @@ The `Path.intersectsY()` method returns the Point object(s) where the path
intersects with a given Y-value.
<Warning>
This method can sometimes fail to find intersections in some curves
due to a limitation in an underlying Bézier library.
Please see [Bug #3367](https://github.com/freesewing/freesewing/issues/3367)
for more information.
</Warning>
## Signature