// SciVeg Alphabitstencil fontography
// NV,SA,BY,IF$1%
// taboosaboo.neocities.org/Terms
v01,
v02,
v03,
this is :
v04
//s also requires 5 verticle minimum.. //5×5 is now the minimum block requisite //Therfore 1to5 is 25 per block, 75 per column lower case //Upper case should be suficable //Thus W and M will not be wider than w and m, only taller //3rd or 5th line width max, for partial or full alphabit[ ["prime factors",1,2,3,5,7,11], ["2nd factor",["1s"..],["2s",2,4,6,10,14,22],["3s",3,6,9,15,21,33],["5s",5,10,15,25,35,55],["7s",7,14,21,35,49,77],["11s",11,22,33,55,77,121]], ["3rd factors",[1s&1s=1s],["1s & 2s",=="2s"],[1s & 3s,==3s],[1s &5s==5s],[1&7s==7s],[1s&11==11s]], [2s&1s,==2s],[2s&2s,4,] ["4th factors",[],[],[],[],[],[]], [], ]
Required. A set of commands which define the path. The following commands are available for path data: d M = moveto (move from one point to another point) L = lineto (create a line) H = horizontal lineto (create a horizontal line) V = vertical lineto (create a vertical line) C = curveto (create a curve) S = smooth curveto (create a smooth curve) Q = quadratic Bézier curve (create a quadratic Bézier curve) T = smooth quadratic Bézier curveto (create a smooth quadratic Bézier curve) A = elliptical Arc (create a elliptical arc) Z = closepath (close the path) Note: All of the commands above can also be expressed in lower case. Upper case means absolutely positioned, lower case means relatively positioned.example from w3 Alphabit