Package: gsk
Function gsk:path-builder-rel-conic-to
| Lambda Listgsk:path-builder-rel-conic-to (builder x1 y1 x2 y2 weight) ArgumentsDetails                  Adds a conic curve from the current point to x2, y2 with the given    weight and x1, y1 as the control point.  
  All coordinates are given relative to the current point. This is the relative  version of the gsk:path-builder-conic-to function. Since 4.14 | See also | 
#2025-08-03