display()

Displays the SVG canvas.

Syntax

display( cid SMALLINT )
  1. 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 )