CairoPathData {RGtk2} | R Documentation |
A low-level description of a Cairo path
CairoPathData
is a transparent type, and it is represented by a list structure.
When retrieved from Cairo, the structure is a list with two elements:
CairoStatus
relating the status of the pathCairoPathData
, which is stored
in the type
attribute of each numeric vector. The vectors are sequences
of x and y value pairs describing points in the path.You should see the reference if you actually plan on using this extreme low-level functionality.
Michael Lawrence
http://www.cairographics.org/manual/cairo-Paths.html