display()
Displays the SVG canvas.
Syntax
display( cid SMALLINT )
- cid is the SVG canvas id, as returned by
fglsvgcanvas.create()
.
Usage
The function sends the SVG content to the front-end for display.
Example
CALL fglsvgcanvas.display( cid )