animaclock.com
|
about
|
gallery
|
Graph-Based Visual Saliency
Click here for Tutorial
Edit the code below, then click anywhere outside of textarea to update:
Click here to draw your own digits!
var testfont=new function() { this.digitPad = 4; this.groupPad = 15; this.heightFrac = 0.9; this.widthFrac = .9; this.bgColor = [255, 255, 255]; this.baseColor = [0, 0, 0]; this.partColor = [0, 0, 0]; this.secondColor = [0, 0, 0]; this.colonColors = { a:this.partColor , b:this.bgColor }; this.lineCap = 'round'; this.lineGap = .75 this.baseLineWidth = 0.001; this.partLineWidth = 0.001; this.colonRadius = 4; this.beginAniTime = 0.1; this.endAniTime = 1.0; this.baseInFront = false; this.pulsate = false; this.disableSlowest = true; this.t = new Array(); for (var i=0;i<=50;i++) this.t[i] = new Array(); /* 0->1 (-0, -1, -4, -6) */ this.t[0].push({ src: 2, type: 'shrink', mov: 0, t:[0,.1] }); this.t[0].push({ src: 5, type: 'shrink', mov: 0, t:[.1,.2] }); this.t[0].push({ src: 6, type: 'shrink', mov: 1, t:[.2,.3] }); this.t[0].push({ src: 4, type: 'shrink', mov: 1, t:[.3, .4] }); this.t[0].push({ src: 1, type: 'shrink', mov: 1, t:[.4, .5] }); this.t[0].push({ src: 0, type: 'shrink', mov: 0, t:[.5, .6] }); this.t[0].push({ src: 2, type: 'grow', mov: 1, t:[.6, .65] }); this.t[0].push({ src: 5, type: 'grow', mov: 1, t:[.65, .7] }); /* 1->2 (+0, +3, +4, +6, -5)*/ this.t[1].push({ src: 2, type: 'shrink', mov: 0, t:[0, .1] }); this.t[1].push({ src: 5, type: 'shrink', mov: 0, t:[.1, .2] }); this.t[1].push({ src: 6, type: 'grow', mov: 0, t:[.2,.25] }); this.t[1].push({ src: 4, type: 'grow', mov: 0, t:[.25,.3] }); this.t[1].push({ src: 3, type: 'grow', mov: 1, t:[.35,.4] }); this.t[1].push({ src: 2, type: 'grow', mov: 0, t:[.4,.45] }); this.t[1].push({ src: 0, type: 'grow', mov: 0, t:[.45,.5] }); /* 2->3 (-4, +5) */ this.t[2].push({ src: 0, type: 'shrink', mov: 0, t:[0,.125] }); this.t[2].push({ src: 2, type: 'shrink', mov: 0, t:[.125,.25] }); this.t[2].push({ src: 3, type: 'shrink', mov: 1, t:[.25,.375] }); this.t[2].push({ src: 4, type: 'shrink', mov: 0, t:[.375,.4] }); this.t[2].push({ src: 6, type: 'shrink', mov: 0, t:[.4,.5] }); this.t[2].push({ src: 0, type: 'grow', mov: 1, t:[.5,.55] }); this.t[2].push({ src: 2, type: 'grow', mov: 1, t:[.5, .6] }); this.t[2].push({ src: 3, type: 'grow', mov: 0, t:[.6,.65] }); this.t[2].push({ src: 5, type: 'grow', mov: 1, t:[.75, .8] }); this.t[2].push({ src: 6, type: 'grow', mov: 0, t:[.8,.85] }); /* 3->4 (-0, -6, +1) */ this.t[3].push({ src: 6, type: 'shrink', mov: 0, t:[0,.125] }); this.t[3].push({ src: 5, type: 'shrink', mov: 1, t:[.125,.25] }); this.t[3].push({ src: 3, type: 'shrink', mov: 1, t:[.25,.275] }); this.t[3].push({ src: 2, type: 'shrink', mov: 1, t:[.275,.35] }); this.t[3].push({ src: 0, type: 'shrink', mov: 1, t:[.35,.5] }); this.t[3].push({ src: 1, type: 'grow', mov: 1, t:[.5,.55] }); this.t[3].push({ src: 3, type: 'grow', mov: 1, t:[.55, .6] }); this.t[3].push({ src: 2, type: 'grow', mov: 1, t:[.6,.65] }); this.t[3].push({ src: 5, type: 'grow', mov: 1, t:[.65,.7] }); /* 4->5 (+0, -2, +6) */ this.t[4].push({ src: 1, type: 'shrink', mov: 0, t:[0,.25] }); this.t[4].push({ src: 2, type: 'shrink', mov: 0, t:[0,.25] }); this.t[4].push({ src: 3, type: 'shrink', mov: 0, t:[.25,.35] }); this.t[4].push({ src: 5, type: 'shrink', mov: 0, t:[.35,.5] }); this.t[4].push({ src: 0, type: 'grow', mov: 0, t:[.5, .55] }); this.t[4].push({ src: 1, type: 'grow', mov: 1, t:[.55, .6] }); this.t[4].push({ src: 3, type: 'grow', mov: 1, t:[.6, .65] }); this.t[4].push({ src: 5, type: 'grow', mov: 1, t:[.65, .7] }); this.t[4].push({ src: 6, type: 'grow', mov: 0, t:[.7, .75] }); /* 5->6 (+4) */ this.t[5].push({ src: 0, type: 'shrink', mov: 1, t:[0,.125] }); this.t[5].push({ src: 1, type: 'shrink', mov: 0, t:[.125,.25] }); this.t[5].push({ src: 3, type: 'shrink', mov: 0, t:[.25,.375] }); this.t[5].push({ src: 5, type: 'shrink', mov: 0, t:[.375,.4] }); this.t[5].push({ src: 6, type: 'shrink', mov: 1, t:[.4,.5] }); this.t[5].push({ src: 0, type: 'grow', mov: 0, t:[.5,.55] }); this.t[5].push({ src: 1, type: 'grow', mov: 1, t:[.55, .6] }); this.t[5].push({ src: 4, type: 'grow', mov: 1, t:[.6,.65] }); this.t[5].push({ src: 6, type: 'grow', mov: 1, t:[.65, .7] }); this.t[5].push({ src: 5, type: 'grow', mov: 0, t:[.75,.8] }); this.t[5].push({ src: 3, type: 'grow', mov: 0, t:[.8,.85] }); /* 6->7 (-1, -3, -4, -6, +2) */ this.t[6].push({ src: 0, type: 'shrink', mov: 1, t:[0,.125] }); this.t[6].push({ src: 1, type: 'shrink', mov: 0, t:[.125,.25] }); this.t[6].push({ src: 4, type: 'shrink', mov: 0, t:[.25,.3] }); this.t[6].push({ src: 3, type: 'shrink', mov: 1, t:[.4,.5] }); this.t[6].push({ src: 5, type: 'shrink', mov: 1, t:[.35,.4] }); this.t[6].push({ src: 6, type: 'shrink', mov: 0, t:[.3,.35] }); this.t[6].push({ src: 0, type: 'grow', mov: 1, t:[.5,.55] }); this.t[6].push({ src: 2, type: 'grow', mov: 1, t:[.55, .6] }); this.t[6].push({ src: 5, type: 'grow', mov: 1, t:[.6,.65] }); /* 7->8 (+1, +3, +4, +6) */ this.t[7].push({ src: 0, type: 'shrink', mov: 0, t:[0,.125] }); this.t[7].push({ src: 2, type: 'shrink', mov: 0, t:[.125,.25] }); this.t[7].push({ src: 5, type: 'shrink', mov: 0, t:[.25,.3] }); this.t[7].push({ src: 0, type: 'grow', mov: 0, t:[.3,.35] }); this.t[7].push({ src: 1, type: 'grow', mov: 1, t:[.35, .4] }); this.t[7].push({ src: 3, type: 'grow', mov: 1, t:[.4, .45] }); this.t[7].push({ src: 5, type: 'grow', mov: 1, t:[.45, .5] }); this.t[7].push({ src: 6, type: 'grow', mov: 0, t:[.5, .55] }); this.t[7].push({ src: 4, type: 'grow', mov: 0, t:[.55, .6] }); this.t[7].push({ src: 2, type: 'grow', mov: 0, t:[.65, .7] }); /* 8->9 (-4) */ this.t[8].push({ src: 0, type: 'shrink', mov: 1, t:[0,.125] }); this.t[8].push({ src: 1, type: 'shrink', mov: 0, t:[.125,.25] }); this.t[8].push({ src: 3, type: 'shrink', mov: 0, t:[.25,.375] }); this.t[8].push({ src: 5, type: 'shrink', mov: 0, t:[.375,.4] }); this.t[8].push({ src: 6, type: 'shrink', mov: 1, t:[.4,.5] }); this.t[8].push({ src: 4, type: 'shrink', mov: 1, t:[.5,.55] }); this.t[8].push({ src: 2, type: 'shrink', mov: 1, t:[.55,.6] }); this.t[8].push({ src: 2, type: 'grow', mov: 0, t:[.65, .66] }); this.t[8].push({ src: 0, type: 'grow', mov: 0, t:[.66, .67] }); this.t[8].push({ src: 1, type: 'grow', mov: 1, t:[.67,.68] }); this.t[8].push({ src: 3, type: 'grow', mov: 1, t:[.68, .69] }); this.t[8].push({ src: 5, type: 'grow', mov: 1, t:[.69,.70] }); this.t[8].push({ src: 6, type: 'grow', mov: 0, t:[.70, .75] }); /* 9->0 (-3, +4) */ this.t[9].push({ src: 2, type: 'shrink', mov: 1, t:[0,.125] }); this.t[9].push({ src: 0, type: 'shrink', mov: 1, t:[.125,.25] }); this.t[9].push({ src: 1, type: 'shrink', mov: 0, t:[.25,.375] }); this.t[9].push({ src: 3, type: 'shrink', mov: 0, t:[.375,.4] }); this.t[9].push({ src: 5, type: 'shrink', mov: 0, t:[.4,.5] }); this.t[9].push({ src: 6, type: 'shrink', mov: 1, t:[.5,.55] }); this.t[9].push({ src: 0, type: 'grow', mov: 0, t:[.65, .7] }); this.t[9].push({ src: 1, type: 'grow', mov: 0, t:[.7, .75] }); this.t[9].push({ src: 4, type: 'grow', mov: 1, t:[.75,.775] }); this.t[9].push({ src: 6, type: 'grow', mov: 1, t:[.775, .8] }); this.t[9].push({ src: 5, type: 'grow', mov: 1, t:[.8,.825] }); this.t[9].push({ src: 2, type: 'grow', mov: 0, t:[.825,.85] }); /* special cases */ /* leading 5->0 (+2, +4, -3) */ this.t[50].push({ src: 0, type: 'flip', via: 'acc', to: 0 }); this.t[50].push({ src: 1, type: 'flip', via: 'acc', to: 1 }); this.t[50].push({ src: 3, type: 'shift', via: 'acc', to: 2 }); this.t[50].push({ src: 5, type: 'flip', via: 'acc', to: 4 }); this.t[50].push({ src: 5, type: 'flip', via: 'acc', to: 5 }); this.t[50].push({ src: 6, type: 'shift', via: 'acc', to: 6 }); /* (noon/midnight under 12hr) 1->nothing (-2, -5) */ this.t[10].push({ src: 2, type: 'shrink', mov: 0 }); this.t[10].push({ src: 5, type: 'shrink', mov: 1 }); /* (noon/midnight under 12hr) 2->1 (-0, -3, -4, -6, +5) */ this.t[21].push({ src: 0, type: 'flip', via: 'acc', to: 2 }); this.t[21].push({ src: 2, type: 'shift', via: 'acc', to: 2 }); this.t[21].push({ src: 3, type: 'flip', via: 'acc', to: 5 }); this.t[21].push({ src: 4, type: 'shift', via: 'acc', to: 5 }); this.t[21].push({ src: 6, type: 'flip', via: 'acc', to: 5 }); /* (midnight under 24hr) 2->nothing (-0, -2, -3, -4, -6) */ this.t[20].push({ src: 0, type: 'shrink', mov: 0 }); this.t[20].push({ src: 2, type: 'shrink', mov: 1 }); this.t[20].push({ src: 3, type: 'shrink', mov: 1 }); this.t[20].push({ src: 4, type: 'shrink', mov: 1 }); this.t[20].push({ src: 6, type: 'shrink', mov: 1 }); /* (midnight under 24hr) 3->0 (-3, +1, +4) */ this.t[30].push({ src: 0, type: 'flip', via: 'acc', to: 0 }); this.t[30].push({ src: 2, type: 'flip', via: 'acc', to: 1 }); this.t[30].push({ src: 3, type: 'shift', via: 'acc', to: 2 }); this.t[30].push({ src: 5, type: 'flip', via: 'acc', to: 4 }); this.t[30].push({ src: 5, type: 'shift', via: 'acc', to: 6 }); this.t[30].push({ src: 6, type: 'shift', via: 'acc', to: 5 }); /* (leading hr @ 9:59) nothing -> 1 (+2, +5)*/ this.t[11].push({ src: 5, type: 'grow', mov: 0, t:[.9,.95]}); this.t[11].push({ src: 2, type: 'grow', mov: 0, t:[.95,1]}); this.strokes = [[[[438.3636474609375,89.47159194946289],[365.3636474609375,90.47159194946289],[297.3636474609375,91.47159194946289],[158.3636474609375,89.47159194946289]],[[439.3636474609375,90.47159194946289],[412.3636474609375,115.47159194946289],[183.3636474609375,289.4715919494629],[172.3636474609375,304.4715919494629]],[[438.3636474609375,301.4715919494629],[360.3636474609375,299.4715919494629],[275.3636474609375,309.4715919494629],[173.3636474609375,303.4715919494629]],[[320.3636474609375,445.2215919494629],[276.3636474609375,415.4715919494629],[289.3636474609375,497.4715919494629],[322.3636474609375,447.4715919494629]],[[352.3636474609375,327.4715919494629],[366.3636474609375,339.4715919494629],[322.3636474609375,357.4715919494629],[302.3636474609375,330.4715919494629]],[[334.3636474609375,399.4715919494629],[300.3636474609375,375.4715919494629],[284.3636474609375,401.4715919494629],[293.3636474609375,435.4715919494629]],[[353.3636474609375,325.4715919494629],[315.3636474609375,300.4715919494629],[248.3636474609375,383.4715919494629],[352.3636474609375,381.4715919494629]]],[[[298.3636474609375,107.47159194946289],[524.3636474609375,140.4715919494629],[406.3636474609375,350.4715919494629],[298.3636474609375,329.4715919494629]],[[302.3636474609375,107.47159194946289],[107.3636474609375,139.4715919494629],[213.3636474609375,335.4715919494629],[297.3636474609375,328.4715919494629]],[[337.3636474609375,401.4715919494629],[338.3636474609375,315.4715919494629],[218.3636474609375,340.4715919494629],[260.3636474609375,399.4715919494629]],[[324.3636474609375,471.4715919494629],[230.3636474609375,487.4715919494629],[237.3636474609375,392.4715919494629],[340.3636474609375,435.4715919494629]],[[261.3636474609375,439.4715919494629],[306.3636474609375,457.4715919494629],[347.3636474609375,461.4715919494629],[336.3636474609375,436.4715919494629]]],[[[300,100],[300,233.33333333333331],[302.3636474609375,188.4715919494629],[302.3636474609375,295.4715919494629]],[[223.3636474609375,104.47159194946289],[216.3636474609375,105.47159194946289],[310.3636474609375,91.47159194946289],[382.3636474609375,104.47159194946289]],[[295.3636474609375,350.4715919494629],[263.3636474609375,440.4715919494629],[239.3636474609375,408.4715919494629],[229.3636474609375,348.4715919494629]],[[295.3636474609375,349.4715919494629],[295.3636474609375,436.4715919494629],[353.3636474609375,412.4715919494629],[362.3636474609375,352.4715919494629]],[[269.3636474609375,480.4715919494629],[173.3636474609375,471.4715919494629],[185.3636474609375,451.4715919494629],[274.3636474609375,435.4715919494629]],[[266.3636474609375,479.47159322628306],[367.3636474609375,477.47159322628306],[382.3636474609375,445.47159322628306],[275.3636474609375,436.47159322628306]]],[[[304.2727355957031,99.10369396209717],[305.3636474609375,146.4715919494629],[306.3636474609375,154.4715919494629],[305.3636474609375,261.4715919494629]],[[217.3636474609375,95.47159194946289],[234.3636474609375,98.47159194946289],[346.3636474609375,93.47159194946289],[395.3636474609375,95.47159194946289]],[[289.6136474609375,355.2215919494629],[287.6136474609375,274.2215919494629],[321.6136474609375,287.2215919494629],[321.3636474609375,349.4715919494629]],[[290.3636474609375,237.4715919494629],[292.3636474609375,270.4715919494629],[283.3636474609375,322.4715919494629],[288.3636474609375,357.4715919494629]],[[285.3636474609375,403.4715919494629],[283.6136474609375,337.2215919494629],[317.6136474609375,350.2215919494629],[319.3636474609375,374.4715919494629]],[[318.3636474609375,472.2215919494629],[296.3636474609375,431.2215919494629],[245.3636474609375,498.2215919494629],[317.3636474609375,500.2215919494629]],[[315.3636474609375,426.4715919494629],[294.3636474609375,387.4715919494629],[243.3636474609375,454.4715919494629],[315.3636474609375,456.4715919494629]],[[294.3636474609375,433.4715919494629],[292.3636474609375,426.4715919494629],[296.3636474609375,450.4715919494629],[313.8636474609375,428.4715919494629]],[[301.4886474609375,477.2215919494629],[299.4886474609375,470.2215919494629],[303.4886474609375,494.2215919494629],[320.9886474609375,472.2215919494629]]],[[[300,100],[300,233.33333333333331],[302.3636474609375,278.4715919494629],[304.3636474609375,309.4715919494629]],[[297.3636474609375,105.47159194946289],[337.3636474609375,97.47159194946289],[376.3636474609375,99.47159194946289],[408.3636474609375,104.47159194946289]],[[299.5909118652344,191.86789798736572],[331.9545593261719,184.3394899368286],[370.9545593261719,186.3394899368286],[402.9545593261719,191.3394899368286]],[[305.3636474609375,325.4715919494629],[173.3636474609375,319.4715919494629],[199.3636474609375,396.4715919494629],[296.3636474609375,387.4715919494629]],[[298.3636474609375,324.4715919494629],[424.3636474609375,333.4715919494629],[409.3636474609375,394.4715919494629],[291.3636474609375,388.4715919494629]],[[245.3636474609375,396.4715919494629],[216.3636474609375,468.4715919494629],[333.3636474609375,453.4715919494629],[314.3636474609375,399.4715919494629]],[[306.3636474609375,455.4715919494629],[222.3636474609375,446.4715919494629],[249.3636474609375,455.4715919494629],[260.3636474609375,496.4715919494629]]],[[[300,100],[300,233.33333333333331],[296.3636474609375,203.4715919494629],[296.3636474609375,278.4715919494629]],[[298.3636474609375,102.47159194946289],[309.3636474609375,90.47159194946289],[386.3636474609375,76.47159194946289],[419.3636474609375,104.47159194946289]],[[300.8636474609375,182.2215919494629],[311.8636474609375,170.2215919494629],[386.8636474609375,149.2215919494629],[421.8636474609375,184.2215919494629]],[[287.18182373046875,302.6524626413981],[287.18182373046875,435.9857959747314],[286.3636474609375,235.4715919494629],[288.3636474609375,356.4715919494629]],[[287.3636474609375,282.4715919494629],[285.3636474609375,297.4715919494629],[291.3636474609375,240.4715919494629],[286.3636474609375,280.4715919494629]],[[254.3636474609375,365.4715919494629],[271.3636474609375,451.4715919494629],[311.3636474609375,413.4715919494629],[310.3636474609375,366.4715919494629]],[[301.3636474609375,429.4715919494629],[216.3636474609375,447.4715919494629],[267.3636474609375,491.4715919494629],[314.3636474609375,478.4715919494629]],[[296.3636474609375,430.4715919494629],[341.3636474609375,436.4715919494629],[309.3636474609375,459.4715919494629],[286.3636474609375,454.4715919494629]]],[[[329.3636474609375,101.47159194946289],[115.3636474609375,133.4715919494629],[488.3636474609375,247.4715919494629],[265.3636474609375,274.4715919494629]],[[257.3636474609375,323.4715919494629],[258.3636474609375,335.4715919494629],[254.3636474609375,386.4715919494629],[256.3636474609375,391.4715919494629]],[[250.3636474609375,304.4715919494629],[249.3636474609375,299.4715919494629],[250.1136474609375,300.7215919494629],[252.1136474609375,305.7215919494629]],[[316.3636474609375,409.4715919494629],[276.1136474609375,412.7215919494629],[257.3636474609375,463.4715919494629],[239.3636474609375,477.4715919494629]],[[237.3636474609375,409.4715919494629],[281.1136474609375,417.7215919494629],[262.3636474609375,468.4715919494629],[313.3636474609375,475.4715919494629]]],[[[332.6136474609375,102.22159114553904],[134.6136474609375,131.22159114553904],[438.6136474609375,216.22159114553904],[251.6136474609375,236.22159114553904]],[[269.3636474609375,316.47159075145873],[249.3636474609375,349.47159075145873],[351.3636474609375,397.47159075145873],[354.3636474609375,320.47159075145873]],[[319.3636474609375,312.4715919494629],[129.3636474609375,232.4715919494629],[458.3636474609375,232.4715919494629],[266.3636474609375,281.4715919494629]],[[322.3636474609375,436.2215922706383],[132.3636474609375,356.2215922706383],[461.3636474609375,356.2215922706383],[269.3636474609375,405.2215922706383]],[[248.3636474609375,531.4715922706383],[258.3636474609375,412.4715922706383],[313.3636474609375,462.4715922706383],[324.3636474609375,530.4715922706383]]],[[[266.3636474609375,509.4715919494629],[266.93182373046875,433.9857959747315],[265.29547119140625,389.1240545908611],[266.3636474609375,441.4715919494629]],[[301.3636474609375,100.47159194946289],[328.3636474609375,109.47159194946289],[333.3636474609375,100.47159194946289],[367.3636474609375,100.47159194946289]],[[303.3636474609375,149.4715919494629],[332.3636474609375,154.4715919494629],[331.3636474609375,140.4715919494629],[380.3636474609375,145.4715919494629]],[[294.8636474609375,310.9715919494629],[367.3636474609375,372.4715919494629],[325.3636474609375,389.4715919494629],[293.3636474609375,354.4715919494629]],[[290.3636474609375,239.4715919494629],[296.93182373046875,375.98579597473145],[295.3636474609375,136.4715919494629],[288.3636474609375,281.4715919494629]],[[288.3636474609375,217.4715919494629],[284.3636474609375,217.4715919494629],[288.3636474609375,212.4715919494629],[287.3295593261719,216.79782327016193]],[[285.3636474609375,315.4715919494629],[287.3636474609375,365.4715919494629],[338.3636474609375,307.4715919494629],[281.3636474609375,311.4715919494629]],[[304.3636474609375,213.4715919494629],[333.3636474609375,228.4715919494629],[324.3636474609375,202.4715919494629],[384.3636474609375,207.4715919494629]],[[305,105],[305,238.33333333333331],[303.3636474609375,193.4715919494629],[304.3636474609375,214.4715919494629]],[[305,105],[305,238.33333333333331],[303.3636474609375,193.4715919494629],[304.3636474609375,214.4715919494629]],[[266.3636474609375,383.4715919494629],[286.3636474609375,382.4715919494629],[324.3636474609375,376.4715919494629],[313.3636474609375,410.4715919494629]],[[271.93182373046875,305.6524626413982],[271.93182373046875,438.9857959747315],[270.29547119140625,394.1240545908611],[271.29547119140625,415.1240545908611]],[[295.3636474609375,442.4715919494629],[272.3636474609375,436.4715919494629],[242.3636474609375,448.4715919494629],[243.3636474609375,444.4715919494629]]],[[[267.3636474609375,248.4715919494629],[306.3636474609375,111.47159194946289],[348.3636474609375,138.4715919494629],[371.3636474609375,249.4715919494629]],[[292.3636474609375,353.2215919494629],[315.3636474609375,176.2215919494629],[286.3636474609375,364.2215919494629],[291.3636474609375,356.2215919494629]],[[309.3636474609375,254.4715919494629],[303.3636474609375,260.4715919494629],[300.3636474609375,264.2215919494629],[305.3636474609375,256.2215919494629]],[[245.3636474609375,439.4715919494629],[260.3636474609375,280.4715919494629],[366.3636474609375,467.4715919494629],[339.3636474609375,446.4715919494629]],[[296.3636474609375,530.4715941563124],[173.3636474609375,458.47159415631245],[371.3636474609375,472.4715919494629],[268.3636474609375,505.47159415631245]]]];}
TO SAVE WORK
:
font name
:
(new or previous)
letters/numbers, no spaces
author username
:
(create now OR recall)
letters/numbers, no spaces
password
:
(create now OR recall)
remember what you type here -
it creates an instant account
(nothing is saved till you hit save)
see previous versions of this font