mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 12:20:15 +01:00
Mention that cairo_get_current_point is void again
This commit is contained in:
parent
118657136d
commit
ee62a5fad6
1 changed files with 4 additions and 0 deletions
4
NEWS
4
NEWS
|
|
@ -19,6 +19,10 @@ cairo_new_path() or cairo_new_sub_path(). There is a current point
|
|||
after any of the path-creation functions, (cairo_move_to,
|
||||
cairo_line_to, cairo_curve_to, etc.).
|
||||
|
||||
With this new function, we also revert the change of the return type
|
||||
of cairo_get_current_point from cairo 1.5.8, (it's now a void function
|
||||
again).
|
||||
|
||||
Optimizations
|
||||
-------------
|
||||
Optimize stroking code to avoid repeated calculation of redundant
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue