Package: cairo
Function cairo:stroke-preserve
Lambda Listcairo:stroke-preserve (cr) ArgumentsDetails    
    A drawing operator that strokes the current path according to the current
    line width, line join, line cap, and dash settings.    Unlike the cairo:stroke function, the cairo:stroke-preserve
  function preserves the path within the Cairo context. See the cairo:line-width, cairo:line-join, cairo:line-cap, and cairo:dash functions.  | See also | 
#2025-09-02