Closed bit101 closed 6 years ago
This adds hooks to C.cairo_get_current_point and C.cairo_has_current_point. These are vital for creating certain paths that are calculated from the current point, such as QuadraticCurveTo, which is not natively included in cairo.
C.cairo_get_current_point
C.cairo_has_current_point
This adds hooks to
C.cairo_get_current_point
andC.cairo_has_current_point
. These are vital for creating certain paths that are calculated from the current point, such as QuadraticCurveTo, which is not natively included in cairo.