DiaShape functions for LibArt renderingDiaShape functions for LibArt rendering — Shape renderer for the anti-alias canvas. | |
Details
dia_shape_art_update ()
ArtSVP* dia_shape_art_update (DiaShape *shape,
DiaCanvasViewItem *item,
double *affine,
ArtSVP *clip,
int flags);
This function is called for every CanvasViewItem. This way ViewItems are
notified that the need updating.
shape : |
|
item : |
|
affine : | affine transformation matrix
|
clip : | clipping path for the shape (may be NULL)
|
flags : | flags...
|
Returns : | A new clip path. The new clip path is to be used for all
elements that are rendered on top of shape.
|