Module:Sandbox/Spacing form/Point: Difference between revisions

Make self-closing
mNo edit summary
(Make self-closing)
 
Line 1:
--[[
Back to working on this now (April 25), distracted making flow charts and writing Cheat Engine scripts with Lua...
Preview with "publictestwiki.com/wiki/User:Spacing form/sandbox"
]]
Line 50 ⟶ 49:
glyph:attr("width", "100")
glyph:attr("height", "100")
glyph:css("border:", "1px solid black")
 
local coords = pivots[sta]
local line = glyph:tag("path", args.selfClosing)
local str_path = mw.ustring.format("M %d %d ", coords[1]["x"], coords[1]["y"])
for i = 1, #coords-1 do
73

edits