UNPKG
@davepagurek/flo-mat
Version:
latest (3.0.2)
3.0.2
3.0.1
Medial / Scale Axis Transform (MAT/SAT) Library.
github.com/FlorisSteenkamp/mat
FlorisSteenkamp/mat
@davepagurek/flo-mat
/
node
/
svg
/
get-min-y-pos.js
10 lines
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ getLoopBounds }
from
'./get-loop-bounds.js'
;
/** *
@internal
* Get topmost PointOnShape of the given loop. */
function
getMinYPos
(
loop
) {
return
getLoopBounds
(loop).
minY
; }
export
{ getMinYPos };
//# sourceMappingURL=get-min-y-pos.js.map