OPEN_SVG1@

Platform

Win32, x64

Purpose

To begin output to a Scalable Vector Graphics (SVG) file. Scalable Vector Graphics files allow you to produce graphics file that are resolution independent.

Syntax

INTEGER FUNCTION OPEN_SVG1@(FILE, NX, NY, UID)
CHARACTER(*) FILE
INTEGER NX,NY,UID

Description

Calling OPEN_SVG1@ will direct graphics to a new SVG graphics file. SVG has the advantage of being a vector format that will scale with the resolution required. NX and NY specify the bounding box into which the graphics are to be drawn. FILE is the path of the file. This is analogous to generating printer output. UID is the programmer's identifier of the associated graphics object (used in SELECT_GRAPHICS_OBJECT@). Call CLOSE_SVG@(UID) to terminate output to the file.

Return value

Returns 1 on success or zero on failure.

Notes

Added to FTN95 at version 8.05

See also

OPEN_SVG@

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited