PB5.40B3 SvgVectorOutput
Posted: Sat Sep 05, 2015 3:16 pm
SvgVectorOutput ...nothing?
Test on Windows 10 Pro. And Message:
---------------------------
PureBasic
---------------------------
Line 1: SvgVectorOutput() is not a function, array, list, map or macro.
---------------------------
OK
---------------------------
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
---------------------------