mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
[ROADMAP] Add using alloca
This commit is contained in:
parent
9c2d9d590b
commit
aa2260cfbb
1 changed files with 3 additions and 0 deletions
3
ROADMAP
3
ROADMAP
|
|
@ -71,6 +71,9 @@ cairo 1.4.0 ideas (think performance!)
|
|||
|
||||
New tessellator
|
||||
|
||||
Look into using alloca instead of malloc when copying glyphs/path/etc to edit
|
||||
and use in one function and deallocate upon return.
|
||||
|
||||
Look into generating EPS. That may be done using a new constructor for the
|
||||
PS backend, or better, using an API similar to
|
||||
cairo_svg_surface_restrict_to_version. The PDF backend needs a restrict_to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue