Module:Sandbox/Spacing form/Point/pivots

From TestWiki

Documentation for this module may be created at Module:Sandbox/Spacing form/Point/pivots/doc

--
-- Sample pivot data for drawing
-- EM size is 1000
-- Coordinates are given as {x1,y1, x2,y2, ..., xn,yn} pairs
-- Part of [[Module:Point/CasualTest3]]
--

local pivots = {
	ba = {200,400, 500,700, 800,400},
	be = {200,400, 400,600, 500,500},
	ma = {200,200, 500,200, 500,700, 800,400}
}

return pivots