draw
Synopsis:
(draw graphic properties [at position] [as name])
Description:
Draws the graphics stored in
graphic properties. Optionally a new position
position and a new name
name can be specified.
If
graphic properties contains multiple graphics the new name is ignored.
Example:
Draw the figure named "title" within the template at the position of the "titlePlaceholder".
(draw (figure "title" in (const "graphics")) at
(placeholder "title" in (const "graphics")))
Draw all the figures of the "buttons" group in the template.
(draw (figure group "buttons" in (const "graphics")))
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @