Symbols are required to save cairo state.

This commit is contained in:
2010-11-16 10:30:10 +01:00
parent 8f2dad4ead
commit d31d420f59
2 changed files with 6 additions and 0 deletions

View File

@@ -73,6 +73,9 @@ ld_symbol_area_get_type (void)
*
* #LdSymbol represents a symbol in the #LdDocument that is in turn
* drawn onto the #LdCanvas.
*
* All implementations of this abstract class are required to use
* cairo_save() and cairo_restore() when drawing to store the state.
*/
G_DEFINE_ABSTRACT_TYPE (LdSymbol, ld_symbol, G_TYPE_OBJECT);