[cairo-bugs] [Bug 5686] New: RFE - named savepoints

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 22 08:58:01 PST 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=5686          
     
           Summary: RFE - named savepoints
           Product: cairo
           Version: 1.0.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: robsta at stereolyzer.net
         QAContact: cairo-bugs at cairographics.org


For repetitive drawing named savepoints would be great, so the initial
configuration could be saved and repeatedly restored later, without additional
cairo_save().

API proposal:

cairo_savepoint_t* cairo_save_named (cairo_t *cr);

cairo_restore_named (cairo_savepoint_t *savepoint);

/* maybe free() would be sufficient */
cairo_destroy_savepoint (cairo_savepoint_t *savepoint);          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list