Code: Select all
If StartVectorDrawing(SvgVectorOutput("test.svg", 400, 200))
AddPathBox(50, 50, 200, 50)
AddPathBox(150, 75, 200, 50)
VectorSourceColor(RGBA(255, 0, 0, 255))
StrokePath(10)
StopVectorDrawing()
EndIf
SvgVectorOutput()
---------------------------
PureBasic
---------------------------
Line 1: SvgVectorOutput() is not a function, array, list, map or macro.
---------------------------
OK
---------------------------