Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4656537

Browse files
author
livecodesam
authored
Update drawing.livecodescript
1 parent f287675 commit 4656537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/script-libraries/drawing/drawing.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ subject to change until the end of the RC cycle for 9. At present it is advised
118118
that SVG files be compiled as needed when developing in the IDE, and then
119119
compiled ahead-of-time when building a standalone.
120120
121+
121122
>*Note:* To use this function in a standalone, you must include the XML
122123
extension.
123124
125+
124126
>*Note:* The <XML library> (and by extension, this function) can not load
125127
> files from the resources folder on Android. You must either copy the
126128
> resources to the documents folder or use the <drawingSvgCompile>
@@ -237,7 +239,6 @@ The result:
237239
An error string if an error occurred.
238240
239241
References: drawingSvgCompileFile (function)
240-
241242
*/
242243
function drawingSvgCompile pXmlText
243244
/* Convert the XML file to the LiveCode array structure. */

0 commit comments

Comments
 (0)