[READ-ONLY] Mirror of https://github.com/thoda-dev/svg-lua. svg lua library
0

Configure Feed

Select the types of activity you want to include in your feed.

Update test.lua

Thomas (Dec 7, 2018, 2:53 PM +0100) 652f27c7 8b15906c

+5
+5
test.lua
··· 1 + -- INCLUDE THE CURRENT PATH FOR LUA AND REQUIRE THE LIB -- 2 + -- DO NOT CHANGE THAT PART -- 1 3 package.path = package.path .. ";" .. "..\\?.lua" 2 4 require "svg" 5 + -- END OF LIBRARY IMPORT -- 6 + 7 + -- TEST IS STARTING HERE -- YOU CAN MODIFY IT -- 3 8 4 9 mon_dessin = svg:create() 5 10 mon_dessin:add(mon_dessin:Text("Hello World !!"))