Drawing Library | |
Type | library |
Dictionary | library.drawing |
Library | Drawing Library |
Associations | com.livecode.library.drawing |
Platforms | desktop, 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. |
Type | Name | Summary | Syntax |
---|---|---|---|
function | drawingSvgCompile | Compile an SVG XML file to a drawing metafile. | drawingSvgCompile(<pXmlText>) |
- - - | drawingSvgCompileFile | Compile an SVG XML file to a drawing metafile. | drawingSvgCompileFile(<pXmlFile>) |
library | Drawing Library | drawingSvgCompileFile(<pXmlFile>) |