Package: gsk
Function gsk:path-foreach
Lambda Listgsk:path-foreach (path flags func) ArgumentsReturn ValueFalse if func returned false, true otherwise Details Calls func for every operation of the path. Note that this may only approximate path, because paths can contain
optimizations for various specialized contours, and depending on the flags,
the path may be decomposed into simpler curves than the ones that it
contained originally. This function serves two purposes:
| See also |
#2024-11-12