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 = 0; this.groupPad = 5; this.heightFrac = 0.5; this.widthFrac = .8; this.bgColor = [0, 250, 250]; this.baseColor = [238, 238, 238]; this.partColor = [0, 100, 200]; this.secondColor = [238, 238, 238]; this.colonColors = { a:this.partColor , b:this.bgColor }; this.lineCap = 'round'; this.lineGap = .75 this.baseLineWidth = 0; this.partLineWidth = 10; this.colonRadius = 4; this.beginAniTime = 0.5; 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 = [[[[249.33331298828125,432.66666412353516],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[293,488.66666666666663],[286,477.33333333333326],[279,466]],[[279,466],[288,458.33333333333326],[297,450.66666666666663],[306,443]],[[306,443],[298.3333333333333,432],[290.66666666666663,421],[283,410]],[[283,410],[294.66666666666663,400.66666666666663],[306.3333333333333,391.3333333333333],[318,382]],[[318,382],[307.3333333333333,370.66666666666663],[296.66666666666663,359.3333333333333],[286,348]],[[286,348],[297.66666666666663,340.3333333333333],[309.3333333333333,332.66666666666663],[321,325]],[[321,325],[315.66666666666663,319.3333333333333],[310.3333333333333,313.66666666666663],[305,308]],[[305,308],[296.3333333333333,295],[287.66666666666663,282],[279,269]],[[279,269],[286.66666666666663,278.66666666666663],[294.3333333333333,288.3333333333333],[302,298]],[[302,298],[291.66666666666663,305.3333333333333],[281.3333333333333,312.66666666666663],[271,320]],[[271,320],[283,307],[295,294],[307,281]],[[307,281],[295.66666666666663,286.3333333333333],[284.3333333333333,291.66666666666663],[273,297]],[[273,297],[282.3333333333333,304.3333333333333],[291.66666666666663,311.66666666666663],[301,319]],[[301,319],[292,308],[283,297],[274,286]],[[274,286],[282,292.66666666666663],[290,299.3333333333333],[298,306]],[[298,306],[311,298],[324,290],[337,282]],[[337,282],[331,289.3333333333333],[325,296.66666666666663],[319,304]]],[[[303.33331298828125,416.1111087799072],[300,231.86970218306007],[300,363.73940436612014],[300,495.6091065491803]],[[300,495.6091065491803],[294,486.2757732158469],[288,476.9424398825136],[282,467.6091065491803]],[[282,467.6091065491803],[294.66666666666663,458.6091065491803],[307.3333333333333,449.6091065491803],[320,440.6091065491803]],[[320,440.6091065491803],[311.66666666666663,430.9424398825136],[303.3333333333333,421.2757732158469],[295,411.6091065491803]],[[295,411.6091065491803],[303.3333333333333,404.2757732158469],[311.66666666666663,396.9424398825136],[320,389.6091065491803]],[[320,389.6091065491803],[310,380.6091065491803],[300,371.6091065491803],[290,362.6091065491803]],[[290,362.6091065491803],[302,354.6091065491803],[314,346.6091065491803],[326,338.6091065491803]],[[326,338.6091065491803],[314,326.2757732158469],[302,313.9424398825136],[290,301.6091065491803]],[[290,301.6091065491803],[297.3333333333333,288.9424398825136],[304.66666666666663,276.2757732158469],[312,263.6091065491803]],[[312,263.6091065491803],[304.66666666666663,269.6091065491803],[297.3333333333333,275.6091065491803],[290,281.6091065491803]],[[290,281.6091065491803],[298.66666666666663,286.9424398825136],[307.3333333333333,292.2757732158469],[316,297.6091065491803]],[[316,297.6091065491803],[309,309.2757732158469],[302,320.9424398825136],[295,332.6091065491803]],[[295,332.6091065491803],[300.3333333333333,325.2757732158469],[305.66666666666663,317.9424398825136],[311,310.6091065491803]]],[[[301.33331298828125,240.11110877990723],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[295,488.3333333333333],[290,476.66666666666663],[285,465]],[[285,465],[297,459],[309,453],[321,447]],[[321,447],[308,441],[295,435],[282,429]],[[282,429],[289,423],[296,417],[303,411]],[[303,411],[294,398.66666666666663],[285,386.3333333333333],[276,374]],[[276,374],[281.3333333333333,365.66666666666663],[286.66666666666663,357.3333333333333],[292,349]],[[292,349],[300.66666666666663,338.66666666666663],[309.3333333333333,328.3333333333333],[318,318]],[[318,318],[309,311],[300,304],[291,297]],[[291,297],[303.3333333333333,303.66666666666663],[315.66666666666663,310.3333333333333],[328,317]],[[328,317],[318.66666666666663,305],[309.3333333333333,293],[300,281]],[[300,281],[287,294],[274,307],[261,320]],[[261,320],[271,308.66666666666663],[281,297.3333333333333],[291,286]],[[291,286],[297,291.3333333333333],[303,296.66666666666663],[309,302]],[[309,302],[298.3333333333333,295.3333333333333],[287.66666666666663,288.66666666666663],[277,282]],[[277,282],[283,291.3333333333333],[289,300.66666666666663],[295,310]],[[295,310],[301,302],[307,294],[313,286]],[[313,286],[302.3333333333333,292.3333333333333],[291.66666666666663,298.66666666666663],[281,305]],[[281,305],[286,298.3333333333333],[291,291.66666666666663],[296,285]],[[296,285],[301,295.3333333333333],[306,305.66666666666663],[311,316]]],[[[296.33331298828125,237.11110877990723],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[291.66666666666663,492],[283.3333333333333,484],[275,476]],[[275,476],[287.66666666666663,466.66666666666663],[300.3333333333333,457.33333333333326],[313,448]],[[313,448],[301.66666666666663,440.66666666666663],[290.3333333333333,433.3333333333333],[279,426]],[[279,426],[289.3333333333333,418.3333333333333],[299.66666666666663,410.66666666666663],[310,403]],[[310,403],[302.66666666666663,396.99999999999994],[295.3333333333333,390.99999999999994],[288,385]],[[288,385],[299.66666666666663,374.33333333333326],[311.3333333333333,363.66666666666663],[323,353]],[[323,353],[317.3333333333333,345.66666666666663],[311.66666666666663,338.3333333333333],[306,331]],[[306,331],[295.3333333333333,320.3333333333333],[284.66666666666663,309.66666666666663],[274,299]],[[274,299],[280,306.66666666666663],[286,314.3333333333333],[292,322]],[[292,322],[305,310],[318,298],[331,286]],[[331,286],[320,293.3333333333333],[309,300.66666666666663],[298,308]],[[298,308],[303.3333333333333,301.3333333333333],[308.66666666666663,294.66666666666663],[314,288]],[[314,288],[302.3333333333333,295.66666666666663],[290.66666666666663,303.3333333333333],[279,311]],[[279,311],[287,303.3333333333333],[295,295.66666666666663],[303,288]],[[303,288],[298,296],[293,304],[288,312]],[[288,312],[294.66666666666663,307],[301.3333333333333,302],[308,297]],[[308,297],[301,304],[294,311],[287,318]],[[287,318],[299,310.66666666666663],[311,303.3333333333333],[323,296]],[[323,296],[311.3333333333333,301.3333333333333],[299.66666666666663,306.66666666666663],[288,312]],[[288,312],[293.66666666666663,299.66666666666663],[299.3333333333333,287.3333333333333],[305,275]],[[305,275],[293.66666666666663,281.3333333333333],[282.3333333333333,287.66666666666663],[271,294]],[[271,294],[282.66666666666663,299],[294.3333333333333,304],[306,309]],[[306,309],[297,296],[288,283],[279,270]],[[279,270],[285.3333333333333,281],[291.66666666666663,292],[298,303]],[[298,303],[304,290.3333333333333],[310,277.66666666666663],[316,265]],[[316,265],[305.66666666666663,277.66666666666663],[295.3333333333333,290.3333333333333],[285,303]],[[285,303],[298,291.66666666666663],[311,280.3333333333333],[324,269]],[[324,269],[313,281.3333333333333],[302,293.66666666666663],[291,306]]],[[[335.33331298828125,428.66666412353516],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[286.66666666666663,490.3333333333333],[273.3333333333333,480.66666666666663],[260,471]],[[260,471],[272.3333333333333,464],[284.66666666666663,457],[297,450]],[[297,450],[305.3333333333333,436.66666666666663],[313.66666666666663,423.3333333333333],[322,410]],[[322,410],[315,400],[308,390],[301,380]],[[301,380],[294.3333333333333,370.3333333333333],[287.66666666666663,360.66666666666663],[281,351]],[[281,351],[286.66666666666663,340],[292.3333333333333,329],[298,318]],[[298,318],[309.66666666666663,309],[321.3333333333333,300],[333,291]],[[333,291],[327.66666666666663,299.3333333333333],[322.3333333333333,307.66666666666663],[317,316]],[[317,316],[304,308],[291,300],[278,292]],[[278,292],[284.66666666666663,297.3333333333333],[291.3333333333333,302.66666666666663],[298,308]],[[298,308],[310.3333333333333,300.66666666666663],[322.66666666666663,293.3333333333333],[335,286]],[[335,286],[327.3333333333333,293.3333333333333],[319.66666666666663,300.66666666666663],[312,308]],[[312,308],[304.66666666666663,297],[297.3333333333333,286],[290,275]],[[290,275],[296,280.3333333333333],[302,285.66666666666663],[308,291]],[[308,291],[299.3333333333333,304],[290.66666666666663,317],[282,330]],[[282,330],[287,322],[292,314],[297,306]],[[297,306],[305,299],[313,292],[321,285]],[[321,285],[310,296.3333333333333],[299,307.66666666666663],[288,319]],[[288,319],[294.3333333333333,312.3333333333333],[300.66666666666663,305.66666666666663],[307,299]],[[307,299],[301.66666666666663,305],[296.3333333333333,311],[291,317]],[[291,317],[299,310],[307,303],[315,296]],[[315,296],[307.3333333333333,307.66666666666663],[299.66666666666663,319.3333333333333],[292,331]],[[292,331],[297.3333333333333,324],[302.66666666666663,317],[308,310]],[[308,310],[295.3333333333333,303],[282.66666666666663,296],[270,289]],[[270,289],[280,294.3333333333333],[290,299.66666666666663],[300,305]],[[300,305],[292.3333333333333,296],[284.66666666666663,287],[277,278]],[[277,278],[287.66666666666663,286.66666666666663],[298.3333333333333,295.3333333333333],[309,304]],[[309,304],[302.66666666666663,297.3333333333333],[296.3333333333333,290.66666666666663],[290,284]],[[385.33331298828125,439.66666412353516],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[292.3333333333333,492],[284.66666666666663,484],[277,476]],[[277,476],[286.66666666666663,464.3333333333333],[296.3333333333333,452.66666666666663],[306,441]],[[306,441],[293.3333333333333,433.66666666666663],[280.66666666666663,426.3333333333333],[268,419]],[[268,419],[277,412.66666666666663],[286,406.33333333333326],[295,400]],[[295,400],[306.66666666666663,394.99999999999994],[318.3333333333333,389.99999999999994],[330,385]],[[330,385],[318.66666666666663,374.66666666666663],[307.3333333333333,364.3333333333333],[296,354]],[[296,354],[305.66666666666663,346.66666666666663],[315.3333333333333,339.3333333333333],[325,332]],[[325,332],[312,324.3333333333333],[299,316.66666666666663],[286,309]],[[286,309],[299.3333333333333,300.3333333333333],[312.66666666666663,291.66666666666663],[326,283]],[[326,283],[320.66666666666663,289],[315.3333333333333,295],[310,301]],[[310,301],[304,291],[298,281],[292,271]],[[292,271],[299.3333333333333,282.66666666666663],[306.66666666666663,294.3333333333333],[314,306]],[[314,306],[308.66666666666663,293.3333333333333],[303.3333333333333,280.66666666666663],[298,268]],[[298,268],[309.66666666666663,281],[321.3333333333333,294],[333,307]],[[333,307],[325.3333333333333,301],[317.66666666666663,295],[310,289]]],[[[555.3333129882812,358.66666412353516],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[413.33331298828125,473.66666412353516],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[294.3333333333333,494.66666666666663],[288.66666666666663,489.33333333333326],[283,484]],[[283,484],[295,470.99999999999994],[307,457.99999999999994],[319,445]],[[319,445],[307.66666666666663,434.33333333333326],[296.3333333333333,423.66666666666663],[285,413]],[[285,413],[293.3333333333333,407.3333333333333],[301.66666666666663,401.66666666666663],[310,396]],[[310,396],[298.66666666666663,383],[287.3333333333333,370],[276,357]],[[276,357],[287.3333333333333,347.3333333333333],[298.66666666666663,337.66666666666663],[310,328]],[[310,328],[297,321],[284,314],[271,307]],[[271,307],[279.3333333333333,299],[287.66666666666663,291],[296,283]],[[296,283],[302.3333333333333,289],[308.66666666666663,295],[315,301]],[[315,301],[302.66666666666663,295.66666666666663],[290.3333333333333,290.3333333333333],[278,285]],[[278,285],[286.3333333333333,292.3333333333333],[294.66666666666663,299.66666666666663],[303,307]],[[303,307],[290,296.66666666666663],[277,286.3333333333333],[264,276]],[[264,276],[271.3333333333333,285.3333333333333],[278.66666666666663,294.66666666666663],[286,304]],[[286,304],[294.66666666666663,299],[303.3333333333333,294],[312,289]],[[312,289],[302.66666666666663,299],[293.3333333333333,309],[284,319]],[[284,319],[296,308.3333333333333],[308,297.66666666666663],[320,287]],[[320,287],[309.3333333333333,294.66666666666663],[298.66666666666663,302.3333333333333],[288,310]],[[288,310],[294.3333333333333,303.66666666666663],[300.66666666666663,297.3333333333333],[307,291]],[[307,291],[294.3333333333333,303.3333333333333],[281.66666666666663,315.66666666666663],[269,328]],[[269,328],[277,320],[285,312],[293,304]],[[293,304],[304,298],[315,292],[326,286]],[[326,286],[320,292],[314,298],[308,304]],[[308,304],[302.66666666666663,297],[297.3333333333333,290],[292,283]],[[292,283],[302,292],[312,301],[322,310]],[[322,310],[311.3333333333333,298],[300.66666666666663,286],[290,274]],[[290,274],[299.3333333333333,287],[308.66666666666663,300],[318,313]],[[318,313],[304.66666666666663,301],[291.3333333333333,289],[278,277]]],[[[229.33331298828125,293.1111087799072],[158.46153846153845,74.47683183553676],[56.92307692307692,463.7051463436012],[300,495.6091065491803]],[[300,100],[300,233.33333333333331],[300,366.66666666666663],[300,500]],[[300,500],[289,492],[278,484],[267,476]],[[267,476],[275.3333333333333,466.3333333333333],[283.66666666666663,456.66666666666663],[292,447]],[[292,447],[302.3333333333333,436.3333333333333],[312.66666666666663,425.66666666666663],[323,415]],[[323,415],[312,401.99999999999994],[301,389],[290,376]],[[290,376],[296,367],[302,358],[308,349]],[[308,349],[301,337.66666666666663],[294,326.3333333333333],[287,315]],[[287,315],[298.3333333333333,303.3333333333333],[309.66666666666663,291.66666666666663],[321,280]],[[321,280],[308.66666666666663,291.3333333333333],[296.3333333333333,302.66666666666663],[284,314]],[[284,314],[295,303.66666666666663],[306,293.3333333333333],[317,283]],[[317,283],[310.3333333333333,295.66666666666663],[303.66666666666663,308.3333333333333],[297,321]],[[297,321],[304,313.66666666666663],[311,306.3333333333333],[318,299]],[[318,299],[305.3333333333333,312],[292.66666666666663,325],[280,338]],[[280,338],[287.3333333333333,330.66666666666663],[294.66666666666663,323.3333333333333],[302,316]],[[302,316],[289.3333333333333,309.66666666666663],[276.66666666666663,303.3333333333333],[264,297]],[[264,297],[271.66666666666663,303.66666666666663],[279.3333333333333,310.3333333333333],[287,317]],[[287,317],[298.3333333333333,307],[309.66666666666663,297],[321,287]],[[321,287],[310,294],[299,301],[288,308]],[[288,308],[295.3333333333333,300.66666666666663],[302.66666666666663,293.3333333333333],[310,286]],[[310,286],[299.66666666666663,291.66666666666663],[289.3333333333333,297.3333333333333],[279,303]],[[279,303],[292.3333333333333,295],[305.66666666666663,287],[319,279]],[[319,279],[313.66666666666663,288.3333333333333],[308.3333333333333,297.66666666666663],[303,307]],[[303,307],[292.66666666666663,300.3333333333333],[282.3333333333333,293.66666666666663],[272,287]],[[272,287],[280.66666666666663,298.66666666666663],[289.3333333333333,310.3333333333333],[298,322]],[[298,322],[307.66666666666663,312],[317.3333333333333,302],[327,292]],[[327,292],[315,304.66666666666663],[303,317.3333333333333],[291,330]],[[291,330],[303.3333333333333,321.3333333333333],[315.66666666666663,312.66666666666663],[328,304]],[[328,304],[314.66666666666663,295.3333333333333],[301.3333333333333,286.66666666666663],[288,278]],[[288,278],[296,286.3333333333333],[304,294.66666666666663],[312,303]],[[312,303],[299,293.66666666666663],[286,284.3333333333333],[273,275]]],[[[183.0769230769231,100],[300,100],[300,100],[401.53846153846155,100]],[[439.33331298828125,292.8888883590698],[367.69230769230774,166.998316431716],[333.84615384615387,230.8062368428741],[183.0769230769231,495.6091065491803]],[[183.0769230769231,495.6091065491803],[190.0769230769231,490.2757732158469],[197.07692307692307,484.9424398825136],[204.0769230769231,479.6091065491803]],[[204.0769230769231,479.6091065491803],[214.74358974358972,470.9424398825136],[225.4102564102564,462.2757732158469],[236.0769230769231,453.6091065491803]],[[236.0769230769231,453.6091065491803],[242.4102564102564,443.94243988251355],[248.74358974358972,434.2757732158469],[255.0769230769231,424.6091065491803]],[[255.0769230769231,424.6091065491803],[267.7435897435897,411.6091065491803],[280.4102564102564,398.6091065491803],[293.0769230769231,385.6091065491803]],[[293.0769230769231,385.6091065491803],[299.0769230769231,378.9424398825136],[305.0769230769231,372.2757732158469],[311.0769230769231,365.6091065491803]],[[311.0769230769231,365.6091065491803],[305.0769230769231,352.9424398825136],[299.0769230769231,340.2757732158469],[293.0769230769231,327.6091065491803]],[[293.0769230769231,327.6091065491803],[305.0769230769231,319.9424398825136],[317.0769230769231,312.2757732158469],[329.0769230769231,304.6091065491803]],[[329.0769230769231,304.6091065491803],[318.4102564102564,298.6091065491803],[307.7435897435897,292.6091065491803],[297.0769230769231,286.6091065491803]],[[297.0769230769231,286.6091065491803],[307.0769230769231,298.6091065491803],[317.0769230769231,310.6091065491803],[327.0769230769231,322.6091065491803]],[[327.0769230769231,322.6091065491803],[321.4102564102564,312.2757732158469],[315.7435897435897,301.9424398825136],[310.0769230769231,291.6091065491803]],[[310.0769230769231,291.6091065491803],[304.4102564102564,303.6091065491803],[298.7435897435897,315.6091065491803],[293.0769230769231,327.6091065491803]],[[293.0769230769231,327.6091065491803],[302.7435897435897,318.6091065491803],[312.4102564102564,309.6091065491803],[322.0769230769231,300.6091065491803]],[[322.0769230769231,300.6091065491803],[310.0769230769231,289.9424398825136],[298.0769230769231,279.2757732158469],[286.0769230769231,268.6091065491803]],[[286.0769230769231,268.6091065491803],[297.0769230769231,276.2757732158469],[308.0769230769231,283.9424398825136],[319.0769230769231,291.6091065491803]],[[319.0769230769231,291.6091065491803],[309.4102564102564,301.2757732158469],[299.7435897435897,310.9424398825136],[290.0769230769231,320.6091065491803]],[[290.0769230769231,320.6091065491803],[297.7435897435897,308.2757732158469],[305.4102564102564,295.9424398825136],[313.0769230769231,283.6091065491803]],[[313.0769230769231,283.6091065491803],[302.7435897435897,293.9424398825136],[292.4102564102564,304.2757732158469],[282.0769230769231,314.6091065491803]],[[282.0769230769231,314.6091065491803],[293.0769230769231,304.2757732158469],[304.0769230769231,293.9424398825136],[315.0769230769231,283.6091065491803]],[[315.0769230769231,283.6091065491803],[306.4102564102564,291.2757732158469],[297.7435897435897,298.9424398825136],[289.0769230769231,306.6091065491803]]],[[[330.7692307692308,307.37574133626384],[278.46153846153845,278.6621771512427],[121.53846153846153,115.95198010278952],[303.0769230769231,106.38079204111581]],[[237.69230769230768,313.7565333773797],[130,412.6588100146747],[260,540.274650836991],[333.84615384615387,482.84752246694865]],[[333.84615384615387,482.84752246694865],[324.51282051282055,473.8475224669486],[315.1794871794872,464.8475224669486],[305.84615384615387,455.84752246694865]],[[305.84615384615387,455.84752246694865],[300.51282051282055,442.8475224669486],[295.1794871794872,429.8475224669486],[289.84615384615387,416.84752246694865]],[[289.84615384615387,416.84752246694865],[296.8461538461538,406.8475224669486],[303.8461538461538,396.8475224669486],[310.84615384615387,386.84752246694865]],[[310.84615384615387,386.84752246694865],[298.1794871794872,381.5141891336153],[285.51282051282055,376.18085580028196],[272.84615384615387,370.84752246694865]],[[272.84615384615387,370.84752246694865],[278.84615384615387,358.18085580028196],[284.84615384615387,345.51418913361533],[290.84615384615387,332.84752246694865]],[[290.84615384615387,332.84752246694865],[297.84615384615387,325.51418913361533],[304.84615384615387,318.18085580028196],[311.84615384615387,310.84752246694865]],[[311.84615384615387,310.84752246694865],[300.1794871794872,303.51418913361533],[288.51282051282055,296.18085580028196],[276.84615384615387,288.84752246694865]],[[276.84615384615387,288.84752246694865],[289.1794871794872,299.8475224669486],[301.5128205128205,310.8475224669486],[313.84615384615387,321.84752246694865]],[[313.84615384615387,321.84752246694865],[301.5128205128205,308.5141891336153],[289.1794871794872,295.18085580028196],[276.84615384615387,281.84752246694865]],[[276.84615384615387,281.84752246694865],[288.84615384615387,293.18085580028196],[300.84615384615387,304.5141891336153],[312.84615384615387,315.84752246694865]],[[312.84615384615387,315.84752246694865],[305.84615384615387,304.8475224669486],[298.84615384615387,293.8475224669486],[291.84615384615387,282.84752246694865]],[[291.84615384615387,282.84752246694865],[301.1794871794872,291.8475224669486],[310.5128205128205,300.8475224669486],[319.84615384615387,309.84752246694865]],[[319.84615384615387,309.84752246694865],[309.8461538461538,301.8475224669486],[299.8461538461538,293.8475224669486],[289.84615384615387,285.84752246694865]],[[289.84615384615387,285.84752246694865],[300.8461538461538,297.8475224669486],[311.8461538461538,309.8475224669486],[322.84615384615387,321.84752246694865]],[[322.84615384615387,321.84752246694865],[311.5128205128205,310.5141891336153],[300.1794871794872,299.18085580028196],[328.33331298828125,225.11110877990723]],[[328.33331298828125,225.11110877990723],[318.33331298828125,235.77777544657388],[308.33331298828125,246.44444211324054],[298.33331298828125,257.1111087799072]],[[298.33331298828125,257.1111087799072],[304.66664632161456,266.1111087799072],[310.9999796549479,275.1111087799072],[317.33331298828125,284.1111087799072]],[[317.33331298828125,284.1111087799072],[311.66664632161456,295.44444211324054],[305.9999796549479,306.77777544657386],[300.33331298828125,318.1111087799072]],[[300.33331298828125,318.1111087799072],[291.33331298828125,309.44444211324054],[282.33331298828125,300.77777544657386],[273.33331298828125,292.1111087799072]],[[273.33331298828125,292.1111087799072],[282.66664632161456,299.1111087799072],[291.9999796549479,306.1111087799072],[301.33331298828125,313.1111087799072]],[[301.33331298828125,313.1111087799072],[290.66664632161456,308.1111087799072],[279.9999796549479,303.1111087799072],[269.33331298828125,298.1111087799072]],[[269.33331298828125,298.1111087799072],[278.9999796549479,308.44444211324054],[288.66664632161456,318.77777544657386],[298.33331298828125,329.1111087799072]]],[[[223.0769230769231,450.9435622613696],[450.7692307692308,645.5577195154018],[506.1538461538462,144.6655442878107],[361.53846153846155,106.38079204111581]],[[361.53846153846155,106.38079204111581],[353.2051282051282,119.71412537444914],[344.87179487179486,133.04745870778248],[336.53846153846155,146.3807920411158]],[[336.53846153846155,146.3807920411158],[328.2051282051282,152.7141253744491],[319.87179487179486,159.04745870778245],[311.53846153846155,165.3807920411158]],[[311.53846153846155,165.3807920411158],[303.87179487179486,173.7141253744491],[296.2051282051282,182.04745870778245],[288.53846153846155,190.3807920411158]],[[288.53846153846155,190.3807920411158],[294.87179487179486,201.7141253744491],[301.2051282051282,213.04745870778245],[307.53846153846155,224.3807920411158]],[[307.53846153846155,224.3807920411158],[294.2051282051282,233.3807920411158],[280.87179487179486,242.3807920411158],[267.53846153846155,251.3807920411158]],[[267.53846153846155,251.3807920411158],[274.53846153846155,257.7141253744491],[281.53846153846155,264.0474587077824],[288.53846153846155,270.3807920411158]],[[288.53846153846155,270.3807920411158],[300.2051282051282,281.0474587077824],[311.87179487179486,291.7141253744491],[323.53846153846155,302.3807920411158]],[[323.53846153846155,302.3807920411158],[310.87179487179486,294.7141253744491],[298.2051282051282,287.0474587077824],[285.53846153846155,279.3807920411158]],[[285.53846153846155,279.3807920411158],[293.87179487179486,291.3807920411158],[302.2051282051282,303.3807920411158],[310.53846153846155,315.3807920411158]],[[310.53846153846155,315.3807920411158],[302.2051282051282,310.0474587077824],[293.87179487179486,304.7141253744491],[285.53846153846155,299.3807920411158]],[[285.53846153846155,299.3807920411158],[293.53846153846155,312.3807920411158],[301.53846153846155,325.3807920411158],[309.53846153846155,338.3807920411158]],[[309.53846153846155,338.3807920411158],[297.87179487179486,332.3807920411158],[286.2051282051282,326.3807920411158],[261.33331298828125,431.1111087799072]],[[261.33331298828125,431.1111087799072],[270.66664632161456,419.44444211324054],[279.9999796549479,407.77777544657386],[289.33331298828125,396.1111087799072]],[[289.33331298828125,396.1111087799072],[301.33331298828125,390.4444421132405],[313.33331298828125,384.77777544657386],[325.33331298828125,379.1111087799072]],[[325.33331298828125,379.1111087799072],[313.33331298828125,365.77777544657386],[301.33331298828125,352.44444211324054],[289.33331298828125,339.1111087799072]],[[289.33331298828125,339.1111087799072],[299.66664632161456,331.1111087799072],[309.9999796549479,323.1111087799072],[320.33331298828125,315.1111087799072]],[[320.33331298828125,315.1111087799072],[307.33331298828125,307.77777544657386],[294.33331298828125,300.44444211324054],[281.33331298828125,293.1111087799072]],[[281.33331298828125,293.1111087799072],[294.33331298828125,306.1111087799072],[307.33331298828125,319.1111087799072],[320.33331298828125,332.1111087799072]]]]; }
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