Package: gsk

Function gsk:path-to-string

Lambda List

gsk:path-to-string (path)

Arguments

path -- a gsk:path instance

Return Value

The string for path.

Details

Converts the path into a human-readable string representation suitable for printing. The string is compatible with a superset of the SVG path syntax. See the gsk:path-parse function for a summary of the syntax.

Since 4.14
 

See also

#2024-11-12