Drawing Library

Typelibrary
Dictionarylibrary.drawing
LibraryDrawing Library
Associationscom.livecode.library.drawing
Platformsdesktop, mobile
Description

This script library implements an SVG compiler for turning SVG files into 'drawing metafiles'. A simple and efficient binary format for representing complex vector graphics, supported directly by the LiveCode image object.

TypeNameSummarySyntax
functiondrawingSvgCompile

Compile an SVG XML file to a drawing metafile.

drawingSvgCompile(<pXmlText>)

- - -drawingSvgCompileFile

Compile an SVG XML file to a drawing metafile.

drawingSvgCompileFile(<pXmlFile>)

libraryDrawing Library

drawingSvgCompileFile(<pXmlFile>)