├── .gitignore ├── .npmrc ├── README.md ├── asset ├── css │ └── index.css ├── js │ ├── data │ │ ├── bgData.js │ │ ├── bodyData.js │ │ ├── bubbleData.js │ │ ├── clothData.js │ │ ├── expressData.js │ │ ├── eyeData.js │ │ ├── eyebrowData.js │ │ ├── faceData.js │ │ ├── featureData.js │ │ ├── glassData.js │ │ ├── hairData.js │ │ ├── hatData.js │ │ ├── hobbyData.js │ │ ├── mouthData.js │ │ └── noseData.js │ ├── index.js │ ├── index0.js │ ├── index1.js │ ├── index2.js │ └── svg.js └── lib │ ├── eui │ └── eui-reset.min.css │ ├── jquery │ └── jquery-1.10.2.min.js │ └── svgjs │ └── svg.min.js ├── build ├── test.bundle.js ├── test0.bundle.js ├── test1.bundle.js └── test2.bundle.js ├── img ├── bg │ ├── pic_s11_1.png │ ├── pic_s11_10.png │ ├── pic_s11_11.png │ ├── pic_s11_12.png │ ├── pic_s11_13.png │ ├── pic_s11_14.png │ ├── pic_s11_15.png │ ├── pic_s11_16.png │ ├── pic_s11_17.png │ ├── pic_s11_18.png │ ├── pic_s11_19.png │ ├── pic_s11_2.png │ ├── pic_s11_20.png │ ├── pic_s11_3.png │ ├── pic_s11_4.png │ ├── pic_s11_5.png │ ├── pic_s11_6.png │ ├── pic_s11_7.png │ ├── pic_s11_8.png │ └── pic_s11_9.png ├── cloth │ ├── pic_s8_1.png │ ├── pic_s8_10.png │ ├── pic_s8_11.png │ ├── pic_s8_12.png │ ├── pic_s8_13.png │ ├── pic_s8_14.png │ ├── pic_s8_15.png │ ├── pic_s8_16.png │ ├── pic_s8_17.png │ ├── pic_s8_18.png │ ├── pic_s8_19.png │ ├── pic_s8_2.png │ ├── pic_s8_20.png │ ├── pic_s8_3.png │ ├── pic_s8_4.png │ ├── pic_s8_5.png │ ├── pic_s8_6.png │ ├── pic_s8_7.png │ ├── pic_s8_8.png │ └── pic_s8_9.png ├── express │ ├── pic_s13_1.png │ ├── pic_s13_10.png │ ├── pic_s13_11.png │ ├── pic_s13_12.png │ ├── pic_s13_13.png │ ├── pic_s13_14.png │ ├── pic_s13_15.png │ ├── pic_s13_16.png │ ├── pic_s13_17.png │ ├── pic_s13_18.png │ ├── pic_s13_19.png │ ├── pic_s13_2.png │ ├── pic_s13_20.png │ ├── pic_s13_3.png │ ├── pic_s13_4.png │ ├── pic_s13_5.png │ ├── pic_s13_6.png │ ├── pic_s13_7.png │ ├── pic_s13_8.png │ └── pic_s13_9.png ├── eye │ ├── pic_s4_1.png │ ├── pic_s4_10.png │ ├── pic_s4_11.png │ ├── pic_s4_12.png │ ├── pic_s4_13.png │ ├── pic_s4_14.png │ ├── pic_s4_15.png │ ├── pic_s4_16.png │ ├── pic_s4_17.png │ ├── pic_s4_18.png │ ├── pic_s4_19.png │ ├── pic_s4_2.png │ ├── pic_s4_20.png │ ├── pic_s4_3.png │ ├── pic_s4_4.png │ ├── pic_s4_5.png │ ├── pic_s4_6.png │ ├── pic_s4_7.png │ ├── pic_s4_8.png │ └── pic_s4_9.png ├── eyebrow │ ├── pic_s3_1.png │ ├── pic_s3_10.png │ ├── pic_s3_11.png │ ├── pic_s3_12.png │ ├── pic_s3_13.png │ ├── pic_s3_14.png │ ├── pic_s3_15.png │ ├── pic_s3_16.png │ ├── pic_s3_17.png │ ├── pic_s3_18.png │ ├── pic_s3_19.png │ ├── pic_s3_2.png │ ├── pic_s3_20.png │ ├── pic_s3_21.png │ ├── pic_s3_22.png │ ├── pic_s3_23.png │ ├── pic_s3_24.png │ ├── pic_s3_25.png │ ├── pic_s3_26.png │ ├── pic_s3_27.png │ ├── pic_s3_28.png │ ├── pic_s3_29.png │ ├── pic_s3_3.png │ ├── pic_s3_30.png │ ├── pic_s3_31.png │ ├── pic_s3_4.png │ ├── pic_s3_5.png │ ├── pic_s3_6.png │ ├── pic_s3_7.png │ ├── pic_s3_8.png │ └── pic_s3_9.png ├── face │ ├── pic_s2_20000.png │ ├── pic_s2_20001.png │ ├── pic_s2_20002.png │ ├── pic_s2_20003.png │ ├── pic_s2_20004.png │ ├── pic_s2_20005.png │ ├── pic_s2_20006.png │ ├── pic_s2_20007.png │ ├── pic_s2_20008.png │ ├── pic_s2_20009.png │ ├── pic_s2_20010.png │ ├── pic_s2_20011.png │ ├── pic_s2_20012.png │ ├── pic_s2_20013.png │ ├── pic_s2_20014.png │ ├── pic_s2_20015.png │ ├── pic_s2_20016.png │ ├── pic_s2_20017.png │ ├── pic_s2_20018.png │ └── pic_s2_20019.png ├── feature │ ├── pic_s6_1.png │ ├── pic_s6_10.png │ ├── pic_s6_11.png │ ├── pic_s6_12.png │ ├── pic_s6_13.png │ ├── pic_s6_14.png │ ├── pic_s6_15.png │ ├── pic_s6_16.png │ ├── pic_s6_17.png │ ├── pic_s6_2.png │ ├── pic_s6_3.png │ ├── pic_s6_4.png │ ├── pic_s6_5.png │ ├── pic_s6_6.png │ ├── pic_s6_7.png │ ├── pic_s6_8.png │ └── pic_s6_9.png ├── glass │ ├── pic_s7_1.png │ ├── pic_s7_10.png │ ├── pic_s7_11.png │ ├── pic_s7_12.png │ ├── pic_s7_13.png │ ├── pic_s7_14.png │ ├── pic_s7_15.png │ ├── pic_s7_16.png │ ├── pic_s7_17.png │ ├── pic_s7_18.png │ ├── pic_s7_2.png │ ├── pic_s7_20.png │ ├── pic_s7_3.png │ ├── pic_s7_4.png │ ├── pic_s7_5.png │ ├── pic_s7_6.png │ ├── pic_s7_7.png │ ├── pic_s7_8.png │ └── pic_s7_9.png ├── hair │ ├── female │ │ ├── pic_s1_g_1.png │ │ ├── pic_s1_g_10.png │ │ ├── pic_s1_g_11.png │ │ ├── pic_s1_g_12.png │ │ ├── pic_s1_g_13.png │ │ ├── pic_s1_g_14.png │ │ ├── pic_s1_g_15.png │ │ ├── pic_s1_g_16.png │ │ ├── pic_s1_g_17.png │ │ ├── pic_s1_g_18.png │ │ ├── pic_s1_g_19.png │ │ ├── pic_s1_g_2.png │ │ ├── pic_s1_g_20.png │ │ ├── pic_s1_g_3.png │ │ ├── pic_s1_g_5.png │ │ ├── pic_s1_g_6.png │ │ ├── pic_s1_g_68.png │ │ ├── pic_s1_g_7.png │ │ ├── pic_s1_g_8.png │ │ ├── pic_s1_g_82.png │ │ └── pic_s1_g_9.png │ └── male │ │ ├── pic_s1_0.png │ │ ├── pic_s1_1.png │ │ ├── pic_s1_10.png │ │ ├── pic_s1_11.png │ │ ├── pic_s1_12.png │ │ ├── pic_s1_13.png │ │ ├── pic_s1_14.png │ │ ├── pic_s1_15.png │ │ ├── pic_s1_16.png │ │ ├── pic_s1_17.png │ │ ├── pic_s1_18.png │ │ ├── pic_s1_19.png │ │ ├── pic_s1_2.png │ │ ├── pic_s1_23.png │ │ ├── pic_s1_3.png │ │ ├── pic_s1_4.png │ │ ├── pic_s1_45.png │ │ ├── pic_s1_46.png │ │ ├── pic_s1_49.png │ │ ├── pic_s1_5.png │ │ ├── pic_s1_50.png │ │ ├── pic_s1_56.png │ │ ├── pic_s1_58.png │ │ ├── pic_s1_6.png │ │ ├── pic_s1_60.png │ │ ├── pic_s1_63.png │ │ ├── pic_s1_65.png │ │ ├── pic_s1_68.png │ │ ├── pic_s1_7.png │ │ ├── pic_s1_70.png │ │ ├── pic_s1_73.png │ │ ├── pic_s1_8.png │ │ └── pic_s1_9.png ├── hat │ ├── pic_s9_1.png │ ├── pic_s9_10.png │ ├── pic_s9_11.png │ ├── pic_s9_12.png │ ├── pic_s9_13.png │ ├── pic_s9_14.png │ ├── pic_s9_15.png │ ├── pic_s9_16.png │ ├── pic_s9_17.png │ ├── pic_s9_18.png │ ├── pic_s9_2.png │ ├── pic_s9_3.png │ ├── pic_s9_4.png │ ├── pic_s9_5.png │ ├── pic_s9_6.png │ ├── pic_s9_7.png │ ├── pic_s9_8.png │ └── pic_s9_9.png ├── hobby │ ├── pic_s10_1.png │ ├── pic_s10_10.png │ ├── pic_s10_11.png │ ├── pic_s10_12.png │ ├── pic_s10_13.png │ ├── pic_s10_14.png │ ├── pic_s10_15.png │ ├── pic_s10_16.png │ ├── pic_s10_17.png │ ├── pic_s10_18.png │ ├── pic_s10_19.png │ ├── pic_s10_2.png │ ├── pic_s10_20.png │ ├── pic_s10_3.png │ ├── pic_s10_4.png │ ├── pic_s10_5.png │ ├── pic_s10_6.png │ ├── pic_s10_7.png │ ├── pic_s10_8.png │ └── pic_s10_9.png ├── loading.png ├── mouth │ ├── pic_s5_1.png │ ├── pic_s5_10.png │ ├── pic_s5_11.png │ ├── pic_s5_12.png │ ├── pic_s5_13.png │ ├── pic_s5_14.png │ ├── pic_s5_15.png │ ├── pic_s5_16.png │ ├── pic_s5_17.png │ ├── pic_s5_18.png │ ├── pic_s5_19.png │ ├── pic_s5_2.png │ ├── pic_s5_20.png │ ├── pic_s5_3.png │ ├── pic_s5_4.png │ ├── pic_s5_5.png │ ├── pic_s5_6.png │ ├── pic_s5_7.png │ ├── pic_s5_8.png │ └── pic_s5_9.png ├── none.png └── nose │ ├── pic_s14_20000.png │ ├── pic_s14_20001.png │ ├── pic_s14_20002.png │ ├── pic_s14_20003.png │ ├── pic_s14_20004.png │ ├── pic_s14_20005.png │ ├── pic_s14_20006.png │ ├── pic_s14_20007.png │ ├── pic_s14_20008.png │ ├── pic_s14_20009.png │ ├── pic_s14_20010.png │ ├── pic_s14_20011.png │ ├── pic_s14_20012.png │ └── pic_s14_20013.png ├── index.html ├── package-lock.json ├── package.json ├── res └── screenshot │ └── index.jpg └── webpack.config.js /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | node_modules/ -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | registry=https://registry.npm.taobao.org 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # face 2 | ----- 3 | 4 | ## 项目介绍 5 | 6 | 脸萌在线版。 7 | 8 | 截图: 9 | 10 |  11 | 12 | ## 示例 13 | 14 | [Demo](https://cjhgit.github.io/face/) 15 | 16 | ## 协议 17 | 18 | MIT 19 | 20 | 项目中所有的图片素材版权归脸萌官方所有,请勿商业,违者后果自负。 -------------------------------------------------------------------------------- /asset/css/index.css: -------------------------------------------------------------------------------- 1 | /* reset */ 2 | a { 3 | color: #0079FF; 4 | } 5 | a:hover, 6 | a:focus { 7 | text-decoration: none; 8 | color: #7BC3FD; 9 | } 10 | a:active { 11 | color: #00428A; 12 | } 13 | body { 14 | color: #333; 15 | } 16 | /* 滚动条 */ 17 | ::-webkit-scrollbar-track-piece { 18 | background-color: #FFF; 19 | border-radius: 0px; 20 | -webkit-border-radius: 0px; 21 | -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 1); 22 | box-shadow: inset 0 0 0px rgba(255, 255, 255, 1); 23 | } 24 | 25 | ::-webkit-scrollbar { 26 | width: 5px; 27 | height: 5px; 28 | } 29 | 30 | ::-webkit-scrollbar-thumb { 31 | background: #FFF; 32 | border-radius: 0px; 33 | -webkit-border-radius: 0px; 34 | -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 1); 35 | box-shadow: inset 0 0 0px rgba(255, 255, 255, 1); 36 | } 37 | 38 | ::-webkit-scrollbar-track { 39 | -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 1); 40 | border-radius: 0px; 41 | -webkit-border-radius: 0px; 42 | background-color: #FFF; 43 | } 44 | 45 | /* 预览区 */ 46 | .preview-box { 47 | width: 100%; 48 | height: 222px; 49 | } 50 | .preview-main { 51 | position: relative; 52 | width: 360px; 53 | margin: auto; 54 | } 55 | .frame { 56 | position: absolute; 57 | left: 0px; 58 | top: 0px; 59 | width: 640px; 60 | height: 640px; 61 | } 62 | 63 | /* 菜单 */ 64 | .menu { 65 | position: relative; 66 | overflow-x: auto; 67 | overflow-y: hidden; 68 | border-top: 1px #D0D0D0 solid; 69 | width: 100%; 70 | height: 40px; 71 | background: #FFF; 72 | -webkit-overflow-scrolling: touch; 73 | } 74 | .menu-item { 75 | float: left; 76 | width: 78px; 77 | height: 45px; 78 | line-height: 36px; 79 | text-align: center; 80 | background: #f9f9f9; 81 | cursor: pointer; 82 | } 83 | .menu-items { 84 | position: absolute; 85 | left: 0px; 86 | top: 0px; 87 | width: 1172px; 88 | height: 40px; 89 | } 90 | .menu .active { 91 | color: #f33 !important; 92 | } 93 | 94 | /* 表格选项 */ 95 | .table-list { 96 | } 97 | .table-item { 98 | float: left; 99 | width: 33.33%; 100 | border: 1px solid #eee; 101 | } 102 | .table-item.active { 103 | border-color: #f33; 104 | } 105 | .table-item img { 106 | display: block; 107 | margin: 0 auto; 108 | } 109 | 110 | #list { 111 | position: relative; 112 | width: 100%; 113 | overflow: auto; 114 | } 115 | 116 | 117 | #svgBg { 118 | position: absolute; 119 | left: -140px; 120 | top: -210px; 121 | width: 640px; 122 | height: 640px; 123 | background-color: #87CEEB; 124 | -webkit-transform: scale(0.56, 0.35); 125 | -moz-transform: scale(0.56, 0.35); 126 | transform: scale(0.56, 0.35); 127 | } 128 | 129 | #svgContainer { 130 | position: absolute; 131 | left: -140px; 132 | top: -210px; 133 | width: 640px; 134 | height: 640px; 135 | -webkit-transform: scale(0.35, 0.35); 136 | -moz-transform: scale(0.35, 0.35); 137 | transform: scale(0.35, 0.35); 138 | } 139 | 140 | /* 页脚 */ 141 | .footer { 142 | width: 100%; 143 | height: 40px; 144 | border-top: 1px #D0D0D0 solid; 145 | background: #FFF; 146 | } 147 | .footer-btn { 148 | display: inline-block; 149 | float: left; 150 | width: 50%; 151 | text-align: center; 152 | line-height: 40px; 153 | font-size: 16px; 154 | } 155 | .svg-form { 156 | display: none; 157 | } 158 | 159 | /* */ 160 | .svg { 161 | position: absolute; 162 | top: 0; 163 | left: 50%; 164 | margin-left: -110px; 165 | background-color: #87CEEB; 166 | } 167 | .result-box { 168 | position: fixed; 169 | top: 0; 170 | right: 0; 171 | bottom: 0; 172 | left: 0; 173 | display: none; 174 | width: 100%; 175 | padding: 15px; 176 | background-color: #fff; 177 | } 178 | .icon-close { 179 | position: absolute; 180 | top: 10px; 181 | right: 20px; 182 | font-size: 18px; 183 | } 184 | .result { 185 | display: none; 186 | width: 640px; 187 | height: 640px; 188 | margin: 0 auto; 189 | } 190 | .canvas { 191 | display: block; 192 | width: 300px; 193 | height: 300px; 194 | margin: 30px auto; 195 | background-color: #f1f1f1; 196 | } 197 | .download { 198 | display: block; 199 | text-align: center; 200 | margin-bottom: 10px; 201 | font-size: 20px; 202 | } 203 | .tip { 204 | color: #999; 205 | text-align: center; 206 | } -------------------------------------------------------------------------------- /asset/js/data/bubbleData.js: -------------------------------------------------------------------------------- 1 | export default { 2 | "bubble0":{ 3 | "id":1, 4 | "frontSide":{ 5 | "cX":0, 6 | "cY":0, 7 | "path":[ 8 | ] 9 | } 10 | }, 11 | "bubble1":{ 12 | "id":"selfEdit", 13 | "frontSide":{ 14 | "cX":0, 15 | "cY":0, 16 | "path":[ 17 | { 18 | "type":"path", 19 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 20 | }, 21 | { 22 | "type":"text", 23 | "style":[{"attr":"id","val":"bubbleEditText0"},{"attr":"class","val":"bubbleEditText"},{"attr":"font-size","val":40},{"attr":"x","val":388},{"attr":"y","val":80}] 24 | }, 25 | { 26 | "type":"text", 27 | "style":[{"attr":"id","val":"bubbleEditText1"},{"attr":"class","val":"bubbleEditText"},{"attr":"font-size","val":40},{"attr":"x","val":388},{"attr":"y","val":140}] 28 | }, 29 | { 30 | "type":"text", 31 | "style":[{"attr":"id","val":"bubbleEditText2"},{"attr":"class","val":"bubbleEditText"},{"attr":"font-size","val":40},{"attr":"x","val":388},{"attr":"y","val":200}] 32 | } 33 | ] 34 | } 35 | }, 36 | "bubble2":{ 37 | "id":2, 38 | "frontSide":{ 39 | "cX":0, 40 | "cY":0, 41 | "path":[ 42 | { 43 | "type":"path", 44 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 45 | }, 46 | { 47 | "type":"text", 48 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":410},{"attr":"y","val":150},{"attr":"text","val":"我爱你!"}] 49 | } 50 | ] 51 | } 52 | }, 53 | "bubble3":{ 54 | "id":4, 55 | "frontSide":{ 56 | "cX":0, 57 | "cY":0, 58 | "path":[ 59 | { 60 | "type":"path", 61 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 62 | }, 63 | { 64 | "type":"text", 65 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":360},{"attr":"y","val":150},{"attr":"text","val":"Forever love"}] 66 | } 67 | ] 68 | } 69 | }, 70 | "bubble4":{ 71 | "id":5, 72 | "frontSide":{ 73 | "cX":0, 74 | "cY":0, 75 | "path":[ 76 | { 77 | "type":"path", 78 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 79 | }, 80 | { 81 | "type":"text", 82 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":370},{"attr":"y","val":120},{"attr":"text","val":"真不好意思,"}] 83 | }, 84 | { 85 | "type":"text", 86 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":370},{"attr":"y","val":180},{"attr":"text","val":"让您贱笑了。"}] 87 | } 88 | ] 89 | } 90 | }, 91 | "bubble5":{ 92 | "id":6, 93 | "frontSide":{ 94 | "cX":0, 95 | "cY":0, 96 | "path":[ 97 | { 98 | "type":"path", 99 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 100 | }, 101 | { 102 | "type":"text", 103 | "style":[{"attr":"font-size","val":35},{"attr":"x","val":400},{"attr":"y","val":120},{"attr":"text","val":"人丑嘴不甜,"}] 104 | }, 105 | { 106 | "type":"text", 107 | "style":[{"attr":"font-size","val":35},{"attr":"x","val":360},{"attr":"y","val":180},{"attr":"text","val":"长的磕碜还没钱。"}] 108 | } 109 | ] 110 | } 111 | }, 112 | "bubble6":{ 113 | "id":7, 114 | "frontSide":{ 115 | "cX":0, 116 | "cY":0, 117 | "path":[ 118 | { 119 | "type":"path", 120 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 121 | }, 122 | { 123 | "type":"text", 124 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":420},{"attr":"y","val":120},{"attr":"text","val":"已出柜,"}] 125 | }, 126 | { 127 | "type":"text", 128 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":400},{"attr":"y","val":180},{"attr":"text","val":"谢谢祝福!"}] 129 | } 130 | ] 131 | } 132 | }, 133 | "bubble7":{ 134 | "id":8, 135 | "frontSide":{ 136 | "cX":0, 137 | "cY":0, 138 | "path":[ 139 | { 140 | "type":"path", 141 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 142 | }, 143 | { 144 | "type":"text", 145 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":360},{"attr":"y","val":150},{"attr":"text","val":"呼吸新鲜雾霾!"}] 146 | } 147 | ] 148 | } 149 | }, 150 | "bubble8":{ 151 | "id":9, 152 | "frontSide":{ 153 | "cX":0, 154 | "cY":0, 155 | "path":[ 156 | { 157 | "type":"path", 158 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 159 | }, 160 | { 161 | "type":"text", 162 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":370},{"attr":"y","val":120},{"attr":"text","val":"一周总有那么"}] 163 | }, 164 | { 165 | "type":"text", 166 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":370},{"attr":"y","val":180},{"attr":"text","val":"五天不想上班"}] 167 | } 168 | ] 169 | } 170 | }, 171 | "bubble9":{ 172 | "id":10, 173 | "frontSide":{ 174 | "cX":0, 175 | "cY":0, 176 | "path":[ 177 | { 178 | "type":"path", 179 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 180 | }, 181 | { 182 | "type":"text", 183 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":370},{"attr":"y","val":120},{"attr":"text","val":"很萌的节奏~"}] 184 | }, 185 | { 186 | "type":"text", 187 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":420},{"attr":"y","val":180},{"attr":"text","val":"有木有?"}] 188 | } 189 | ] 190 | } 191 | }, 192 | "bubble10":{ 193 | "id":11, 194 | "frontSide":{ 195 | "cX":0, 196 | "cY":0, 197 | "path":[ 198 | { 199 | "type":"path", 200 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 201 | }, 202 | { 203 | "type":"text", 204 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":440},{"attr":"y","val":100},{"attr":"text","val":"天哪~"}] 205 | }, 206 | { 207 | "type":"text", 208 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":390},{"attr":"y","val":160},{"attr":"text","val":"衣服又瘦了。"}] 209 | } 210 | ] 211 | } 212 | }, 213 | "bubble11":{ 214 | "id":12, 215 | "frontSide":{ 216 | "cX":0, 217 | "cY":0, 218 | "path":[ 219 | { 220 | "type":"path", 221 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 222 | }, 223 | { 224 | "type":"text", 225 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":365},{"attr":"y","val":100},{"attr":"text","val":"学渣苦 学渣累"}] 226 | }, 227 | { 228 | "type":"text", 229 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":365},{"attr":"y","val":160},{"attr":"text","val":"学渣要给学霸"}] 230 | }, 231 | { 232 | "type":"text", 233 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":460},{"attr":"y","val":220},{"attr":"text","val":"跪!"}] 234 | } 235 | ] 236 | } 237 | }, 238 | "bubble12":{ 239 | "id":13, 240 | "frontSide":{ 241 | "cX":0, 242 | "cY":0, 243 | "path":[ 244 | { 245 | "type":"path", 246 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 247 | }, 248 | { 249 | "type":"text", 250 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":370},{"attr":"y","val":120},{"attr":"text","val":"我去炸学校,"}] 251 | }, 252 | { 253 | "type":"text", 254 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":370},{"attr":"y","val":180},{"attr":"text","val":"天天不迟到。"}] 255 | } 256 | ] 257 | } 258 | }, 259 | "bubble13":{ 260 | "id":14, 261 | "frontSide":{ 262 | "cX":0, 263 | "cY":0, 264 | "path":[ 265 | { 266 | "type":"path", 267 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 268 | }, 269 | { 270 | "type":"text", 271 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":390},{"attr":"y","val":80},{"attr":"text","val":"老板"}] 272 | }, 273 | { 274 | "type":"text", 275 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":370},{"attr":"y","val":130},{"attr":"text","val":"你这么穷"}] 276 | }, 277 | { 278 | "type":"text", 279 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":370},{"attr":"y","val":180},{"attr":"text","val":"工商局知道么"}] 280 | } 281 | ] 282 | } 283 | }, 284 | "bubble14":{ 285 | "id":15, 286 | "frontSide":{ 287 | "cX":0, 288 | "cY":0, 289 | "path":[ 290 | { 291 | "type":"path", 292 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 293 | }, 294 | { 295 | "type":"text", 296 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":380},{"attr":"y","val":120},{"attr":"text","val":"高否?富否?"}] 297 | }, 298 | { 299 | "type":"text", 300 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":440},{"attr":"y","val":180},{"attr":"text","val":"帅否?"}] 301 | } 302 | ] 303 | } 304 | }, 305 | "bubble15":{ 306 | "id":16, 307 | "frontSide":{ 308 | "cX":0, 309 | "cY":0, 310 | "path":[ 311 | { 312 | "type":"path", 313 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 314 | }, 315 | { 316 | "type":"text", 317 | "style":[{"attr":"font-size","val":60},{"attr":"x","val":430},{"attr":"y","val":150},{"attr":"text","val":"卧槽~"}] 318 | } 319 | ] 320 | } 321 | }, 322 | "bubble16":{ 323 | "id":17, 324 | "frontSide":{ 325 | "cX":0, 326 | "cY":0, 327 | "path":[ 328 | { 329 | "type":"path", 330 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 331 | }, 332 | { 333 | "type":"text", 334 | "style":[{"attr":"font-size","val":60},{"attr":"x","val":420},{"attr":"y","val":160},{"attr":"text","val":"尼玛~"}] 335 | } 336 | ] 337 | } 338 | }, 339 | "bubble17":{ 340 | "id":18, 341 | "frontSide":{ 342 | "cX":0, 343 | "cY":0, 344 | "path":[ 345 | { 346 | "type":"path", 347 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 348 | }, 349 | { 350 | "type":"text", 351 | "style":[{"attr":"font-size","val":60},{"attr":"x","val":420},{"attr":"y","val":160},{"attr":"text","val":"魂淡~"}] 352 | } 353 | ] 354 | } 355 | }, 356 | "bubble18":{ 357 | "id":19, 358 | "frontSide":{ 359 | "cX":0, 360 | "cY":0, 361 | "path":[ 362 | { 363 | "type":"path", 364 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 365 | }, 366 | { 367 | "type":"text", 368 | "style":[{"attr":"font-size","val":30},{"attr":"x","val":390},{"attr":"y","val":100},{"attr":"text","val":"我遇到了一个人,"}] 369 | }, 370 | { 371 | "type":"text", 372 | "style":[{"attr":"font-size","val":30},{"attr":"x","val":370},{"attr":"y","val":150},{"attr":"text","val":"他让我感觉很开心!"}] 373 | } 374 | ] 375 | } 376 | }, 377 | "bubble19":{ 378 | "id":20, 379 | "frontSide":{ 380 | "cX":0, 381 | "cY":0, 382 | "path":[ 383 | { 384 | "type":"path", 385 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 386 | }, 387 | { 388 | "type":"text", 389 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":360},{"attr":"y","val":150},{"attr":"text","val":"随你的大小便!"}] 390 | } 391 | ] 392 | } 393 | }, 394 | "bubble20":{ 395 | "id":21, 396 | "frontSide":{ 397 | "cX":0, 398 | "cY":0, 399 | "path":[ 400 | { 401 | "type":"path", 402 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 403 | }, 404 | { 405 | "type":"text", 406 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":380},{"attr":"y","val":150},{"attr":"text","val":"帅得拖网速!"}] 407 | } 408 | ] 409 | } 410 | }, 411 | "bubble21":{ 412 | "id":22, 413 | "frontSide":{ 414 | "cX":0, 415 | "cY":0, 416 | "path":[ 417 | { 418 | "type":"path", 419 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 420 | }, 421 | { 422 | "type":"text", 423 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":410},{"attr":"y","val":120},{"attr":"text","val":"颤抖吧~"}] 424 | }, 425 | { 426 | "type":"text", 427 | "style":[{"attr":"font-size","val":45},{"attr":"x","val":430},{"attr":"y","val":180},{"attr":"text","val":"骚年~"}] 428 | } 429 | ] 430 | } 431 | }, 432 | "bubble22":{ 433 | "id":23, 434 | "frontSide":{ 435 | "cX":0, 436 | "cY":0, 437 | "path":[ 438 | { 439 | "type":"path", 440 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 441 | }, 442 | { 443 | "type":"text", 444 | "style":[{"attr":"font-size","val":60},{"attr":"x","val":420},{"attr":"y","val":160},{"attr":"text","val":"碎觉!"}] 445 | } 446 | ] 447 | } 448 | }, 449 | "bubble23":{ 450 | "id":24, 451 | "frontSide":{ 452 | "cX":0, 453 | "cY":0, 454 | "path":[ 455 | { 456 | "type":"path", 457 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 458 | }, 459 | { 460 | "type":"text", 461 | "style":[{"attr":"font-size","val":55},{"attr":"x","val":390},{"attr":"y","val":150},{"attr":"text","val":"雅蠛蝶~"}] 462 | } 463 | ] 464 | } 465 | }, 466 | "bubble24":{ 467 | "id":25, 468 | "frontSide":{ 469 | "cX":0, 470 | "cY":0, 471 | "path":[ 472 | { 473 | "type":"path", 474 | "style":[{"attr":"stroke-width","val":4},{"attr":"stroke","val":"#000"},{"attr":"fill","val":"#FFF"},{"attr":"clip-rule","val":"evenodd"},{"attr":"fill-rule","val":"evenodd"},{"attr":"d","val":"M635.028,127.567c0.19,40.214-22.278,75.526-56.917,99.184c-15.455,10.78-84.549,63.311-101.205,67.78c-12.313,2-17.969-6.625-17.317-12.536c1.099-8.683,10.974-17.183,17.349-30.277c-72.688-6.281-130.821-59.937-130.821-124.151c0-68.171,64.675-123.434,144.456-123.434S635.028,59.396,635.028,127.567z"}] 475 | }, 476 | { 477 | "type":"text", 478 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":360},{"attr":"y","val":120},{"attr":"text","val":"英雄不问出路,"}] 479 | }, 480 | { 481 | "type":"text", 482 | "style":[{"attr":"font-size","val":40},{"attr":"x","val":360},{"attr":"y","val":170},{"attr":"text","val":"流氓不看岁数!"}] 483 | } 484 | ] 485 | } 486 | } 487 | 488 | }; 489 | -------------------------------------------------------------------------------- /asset/js/data/featureData.js: -------------------------------------------------------------------------------- 1 | export default { 2 | "feature0":{ 3 | "id":0, 4 | "frontSide":{ 5 | "cX":0, 6 | "cY":0, 7 | "path":[ 8 | ] 9 | } 10 | }, 11 | "feature1":{ 12 | "id":1, 13 | "frontSide":{ 14 | "cX":0, 15 | "cY":0, 16 | "path":[ 17 | { 18 | "type":"path", 19 | "style":[{"attr":"d","val":"M449.467,417.541c-0.15,0-0.303,0-0.454,0.303c-0.304,0.305-0.455,0.76-0.76,1.063l-0.153,0.153c-0.151,0.455-0.605,0.758-1.365,0.91c-0.305,0-0.759,0-1.063-0.304c-0.15-0.151-0.304-0.306-0.304-0.456c-1.063-3.645-2.581-5.771-4.707-6.074c-0.153-0.152-0.304-0.152-0.455-0.152c-0.304-1.063-0.761-1.821-1.52-2.582c-1.215-1.215-2.733-1.821-4.707-1.821c-1.824,0-3.341,0.606-4.557,1.821c-1.214,1.216-1.974,2.886-1.974,4.707c0,1.824,0.76,3.343,1.974,4.558c1.216,1.368,2.732,1.972,4.557,1.972c1.974,0,3.492-0.604,4.707-1.972c1.216-1.215,1.821-2.733,1.821-4.558v-0.606c1.52,0.606,2.582,2.279,3.342,5.164c0.152,0.304,0.456,0.606,0.607,0.912l0.151,0.149c0.608,0.608,1.519,0.91,2.432,0.761c1.061-0.302,1.82-0.761,2.428-1.671c0.305-0.303,0.608-0.758,0.761-1.215c0.151-0.151,0.151-0.303,0.151-0.606c0-0.153-0.151-0.306-0.304-0.456C449.923,417.389,449.771,417.389,449.467,417.541"}] 20 | } 21 | ] 22 | } 23 | }, 24 | "feature2":{ 25 | "id":2, 26 | "frontSide":{ 27 | "cX":0, 28 | "cY":0, 29 | "path":[ 30 | { 31 | "type":"path", 32 | "style":[{"attr":"fill","val":"#060001"},{"attr":"d","val":"M354.489,419.614c-0.445-0.672-1.119-1.118-1.565-1.344c-0.672-0.448-1.342-0.673-2.238-0.673h-58.423c-0.894,0-1.566,0.225-2.238,0.673c-0.671,0.226-1.119,0.672-1.567,1.344l-14.326,21.715c-0.671,1.119-0.895,2.011-0.671,3.13c0,1.12,0.447,2.016,1.343,2.688c0.895,0.892,1.79,1.12,2.91,1.12h87.522c1.119,0,2.238-0.229,3.135-1.12c0.669-0.673,1.342-1.568,1.342-2.688c0.224-1.119-0.223-2.238-0.673-3.13L354.489,419.614z"}] 33 | }, 34 | { 35 | "type":"polygon", 36 | "style":[{"attr":"fill","val":"#1B1B1B"},{"attr":"points","val":"331.663,429.018 324.052,429.018 328.752,443.795 337.705,443.795"}] 37 | }, 38 | { 39 | "type":"polygon", 40 | "style":[{"attr":"fill","val":"#1B1B1B"},{"attr":"points","val":"344.644,428.795 337.928,428.795 344.416,443.791 351.805,443.791"}] 41 | }, 42 | { 43 | "type":"polygon", 44 | "style":[{"attr":"fill","val":"#1B1B1B"},{"attr":"points","val":"304.801,428.795 298.086,428.795 291.146,443.791 298.533,443.791"}] 45 | }, 46 | { 47 | "type":"polygon", 48 | "style":[{"attr":"fill","val":"#1B1B1B"},{"attr":"points","val":"318.899,429.018 311.29,429.018 305.246,443.795 314.199,443.795"}] 49 | } 50 | ] 51 | } 52 | }, 53 | "feature3":{ 54 | "id":3, 55 | "frontSide":{ 56 | "cX":0, 57 | "cY":0, 58 | "path":[ 59 | { 60 | "type":"path", 61 | "style":[{"attr":"fill","val":"#0E0E0E"},{"attr":"d","val":"M421.341,423.909c-1.417-1.787-2.937-3.545-4.56-5.271c-1.381-1.662-3.039-3.044-4.697-4.697 c-2.211-1.934-4.694-4.145-7.184-6.078l0.01,0.01c-0.004-0.002-0.006-0.006-0.01-0.008l0.274,0.277c-1.104-1.105-2.209-1.662-3.313-2.488h-0.275c-17.963-12.988-39.234-20.726-63.271-23.211c-4.424-0.548-8.566-0.548-12.988-0.828c-1.656,0-3.313,0-4.694,0c-4.146,0-8.289,0-12.434,0.28c-5.526,0.548-10.501,1.101-15.749,1.931c-19.618,3.595-37.301,10.774-52.497,21.826c-6.354,4.42-11.604,9.117-16.025,13.814c-2.486,2.763-4.697,5.525-6.63,8.29c-7.513,10.618-11.383,22.454-11.837,35.272c-0.03,0.854-0.045,1.715-0.045,2.578c-0.277,19.063,6.908,36.197,21.276,51.946c3.59,3.59,7.183,7.183,11.328,10.774c21.827,17.961,48.35,27.074,79.849,27.074c31.775,0.278,59.128-8.565,82.615-26.798c24.035-18.514,35.916-39.512,35.641-62.72c0-0.001,0-0.001,0-0.002C436.123,450.415,431.257,436.421,421.341,423.909zM373.677,498.763c-15.745,10.501-33.981,15.752-54.979,15.475c-21,0-38.682-5.525-52.773-15.75v0.275 c-13.538-9.949-20.169-21.273-20.445-33.707c0-1.66,0-3.042,0.276-4.423v-0.274c0.829-5.526,3.317-11.053,7.462-16.298 c8.288,2.482,17.129,3.589,27.077,3.863c12.708,0,24.311-2.21,34.812-6.08c9.946,3.87,21.273,5.806,33.984,6.08 c12.987,0,25.146-2.21,35.918-6.627c5.804,5.798,9.394,12.153,10.5,19.341c0.274,1.381,0.274,3.038,0.274,4.42 C395.507,477.491,388.048,488.542,373.677,498.763z"}] 62 | } 63 | ] 64 | } 65 | }, 66 | "feature4":{ 67 | "id":4, 68 | "frontSide":{ 69 | "cX":0, 70 | "cY":0, 71 | "path":[ 72 | { 73 | "type":"path", 74 | "style":[{"attr":"fill","val":"#060001"},{"attr":"d","val":"M395.626,491.398c-0.846,1.977-1.977,3.67-3.95,5.645c-3.669,3.668-9.311,7.051-16.646,10.16c-14.674,5.356-32.169,8.178-52.484,8.461c-20.597-0.283-38.09-3.104-52.48-8.461c-11.569-4.8-18.34-9.877-20.88-15.805c-0.564,2.26-0.846,4.518-0.846,7.055c0,3.105,0.564,5.928,1.411,8.75c2.821,7.617,9.592,14.389,20.315,20.314c14.39,7.896,31.883,12.129,52.48,12.129c20.315,0,37.811-4.232,52.484-12.129c14.388-8.184,21.722-17.779,21.722-29.064C396.473,495.916,396.191,493.658,395.626,491.398"}] 75 | }, 76 | { 77 | "type":"path", 78 | "style":[{"attr":"fill","val":"#0D0D0D"},{"attr":"d","val":"M395.626,491.398c-0.846,1.977-1.977,3.67-3.95,5.645c-2.258,8.75-9.031,16.366-20.88,22.853c-14.671,8.183-32.166,12.134-52.482,12.134c-20.597,0-38.091-3.951-52.48-12.134c-7.054-3.949-12.416-8.181-16.083-12.692c2.821,7.617,9.592,14.389,20.315,20.314c14.39,8.181,31.883,12.129,52.48,12.129c20.315,0,37.811-3.946,52.2-12.129c14.672-8.184,22.006-17.779,22.006-29.348C396.752,495.916,396.191,493.375,395.626,491.398"}] 79 | }, 80 | { 81 | "type":"path", 82 | "style":[{"attr":"d","val":"M393.086,490.273c-0.565,1.692-1.692,3.385-3.387,4.795c-3.385,3.67-8.466,6.49-15.8,9.313c-14.388,5.641-31.317,8.462-51.354,8.462c-20.313,0-37.243-2.821-51.634-8.462c-10.44-3.949-16.929-8.749-19.186-14.107c-0.282-0.568-0.565-0.848-1.129-1.131c-0.281-0.566-0.846-0.566-1.411-0.566c-0.564,0-1.129,0.285-1.692,0.566c-0.282,0.283-0.565,0.844-0.847,1.41c-0.846,2.543-1.129,5.079-1.129,7.617c0,3.387,0.565,6.771,1.694,9.875c3.104,8.184,10.158,15.52,21.443,21.727c14.955,8.463,32.73,12.414,53.891,12.414c20.881,0,38.655-3.951,53.611-12.414c15.519-8.75,23.416-19.187,23.137-31.602c0-2.538-0.281-5.078-1.131-7.617c-0.279-0.566-0.279-1.127-0.845-1.41c-0.566-0.283-0.846-0.566-1.411-0.566s-1.128,0-1.692,0.566C393.649,489.426,393.37,489.705,393.086,490.273 M391.676,497.042c1.974-1.974,3.104-3.668,3.95-5.644c0.565,1.976,1.126,4.518,1.126,6.771c0,11.568-7.334,21.163-22.006,29.344c-14.39,8.185-31.885,12.133-52.2,12.133c-20.597,0-38.09-3.946-52.479-12.129c-10.724-5.928-17.495-12.697-20.316-20.315c-0.846-2.821-1.411-5.644-1.411-9.028c0-2.258,0.282-4.797,0.846-6.771c2.54,5.927,9.311,11.002,20.881,15.803c14.389,5.355,31.882,8.177,52.479,8.177c20.315,0,37.811-2.821,52.2-8.18C382.365,503.813,388.007,500.712,391.676,497.042"}] 83 | } 84 | ] 85 | } 86 | }, 87 | "feature5":{ 88 | "id":5, 89 | "frontSide":{ 90 | "cX":0, 91 | "cY":0, 92 | "path":[ 93 | { 94 | "type":"path", 95 | "style":[{"attr":"fill","val":"#060001"},{"attr":"d","val":"M344.199,492.123c-1.191-0.596-2.38-1.189-3.572-1.789v0.301c-0.297-0.301-0.893-0.301-0.893-0.594c-22.328-7.441-45.55,1.189-70.556,26.494c0.596,12.803,5.656,23.52,15.183,32.152c1.191,1.189,2.679,2.379,4.167,3.571c-2.976-11.608-2.679-19.351,0.893-22.624c0.894-1.191,2.084-1.785,3.871-2.085c-0.596,9.825,3.572,19.052,12.503,27.095c1.191,0.891,2.383,1.787,3.573,2.976c0.597-11.315,2.977-19.649,6.55-25.007c0.892-1.487,2.083-2.975,2.976-3.87l0.297-0.3l5.357,43.466c15.781-17.862,24.712-32.151,25.902-42.271c0-0.598,0-1.19,0.298-1.789c-0.298-0.3-0.298-0.3,0-0.3c5.061,3.573,8.336,10.421,9.525,20.839c0.299,2.086,0.299,4.168,0.596,6.551c8.932-12.504,12.505-25.602,10.42-39C365.038,505.223,356.107,497.482,344.199,492.123"}] 96 | }, 97 | { 98 | "type":"path", 99 | "style":[{"attr":"fill","val":"#0D0D0D"},{"attr":"d","val":"M340.627,490.337v0.298c11.612,5.059,20.543,13.096,26.793,23.817c1.785,11.608-0.596,22.923-7.146,33.935c0.299,2.084,0.299,4.166,0.596,6.551c8.932-12.504,12.505-25.604,10.42-39c-6.252-10.722-15.183-18.457-27.091-23.816C343.008,491.527,341.819,490.934,340.627,490.337M346.878,486.469c-1.785-0.597-3.57-1.49-5.358-2.086c-24.113-8.631-49.417,0.596-76.509,27.986c-0.596,0.297-0.894,1.188-1.191,1.785c-0.297,0.893-0.596,1.785-0.596,2.381c0.596,14.588,6.252,26.793,16.97,36.619c1.488,1.49,3.273,2.381,5.06,3.869c0.894,0.597,2.085,1.19,3.275,1.19c1.191,0,2.381-0.297,3.574-1.19c0.891-0.592,1.785-1.488,2.082-2.676c0.596-1.188,0.596-2.383,0.298-3.572c1.786,2.679,4.466,5.361,7.145,8.037c1.488,1.188,2.679,2.383,4.168,3.574c1.191,0.891,2.679,1.188,4.169,1.188c1.19-0.301,2.678-0.895,3.571-1.788c0.894-1.188,1.786-2.382,1.786-3.869c0.298-2.085,0.597-4.17,0.597-5.955l2.679,20.841c0,1.488,0.892,2.68,1.786,3.868c1.489,0.894,2.977,1.488,4.465,1.19c1.489,0,2.977-0.594,4.167-1.785c11.611-13.396,19.65-24.713,23.815-34.236c0.597,2.082,1.193,4.465,1.488,7.143v0.3c0.3,1.784,0.3,3.872,0.597,5.952c0,1.191,0.3,2.386,1.191,3.572c0.597,0.896,1.785,1.791,2.978,2.084c1.189,0.295,2.381,0.299,3.573-0.3c1.188-0.299,2.081-0.896,2.977-2.084c10.121-13.989,13.99-28.582,11.608-43.465c-0.296-0.896-0.296-1.487-0.892-2.082C369.506,501.055,359.681,492.422,346.878,486.469 M339.734,490.041c0,0.296,0.596,0.296,0.893,0.296c1.192,0.597,2.381,1.19,3.572,1.791c11.908,5.358,20.839,13.095,27.091,23.815c2.085,13.395-1.488,26.492-10.42,38.998c-0.297-2.383-0.297-4.465-0.596-6.549c-1.189-10.42-4.465-17.267-9.525-20.84c-0.298,0-0.298,0,0,0.301c-0.298,0.595-0.298,1.188-0.298,1.787c-1.19,10.123-10.121,24.409-25.902,42.271l-0.592-5.059l-4.766-38.405l-0.297,0.3c-0.893,0.895-2.084,2.385-2.976,3.873c-3.574,5.357-5.954,13.695-6.55,25.006c-1.191-1.189-2.382-2.085-3.573-2.979c-8.932-8.039-13.1-17.269-12.503-27.092c-1.787,0.297-2.977,0.892-3.871,2.084c-3.572,3.273-3.87,11.012-0.893,22.625c-1.488-1.19-2.977-2.382-4.168-3.57c-9.526-8.633-14.586-19.35-15.183-32.153C294.185,491.23,317.406,482.6,339.734,490.041"}] 100 | } 101 | ] 102 | } 103 | }, 104 | "feature6":{ 105 | "id":6, 106 | "frontSide":{ 107 | "cX":0, 108 | "cY":0, 109 | "path":[ 110 | { 111 | "type":"path", 112 | "style":[{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":2},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"},{"attr":"d","val":"M245.067,511.75L241.25,518.491M232.937,505.432L229.119,512.173M265.875,494.5L262.26,502.94M254.817,494.815L251.203,503.256M274.467,505.02L269.815,512.585M272.899,492.359L269.315,500.485M251.34,482.224L246.167,488.926M247.857,493.606L242.277,500.516M279.666,507.786L275.826,516.201M277.746,525.85L273.939,534.265M256.721,512.212L252.914,520.627M283.208,523.167L279.4,531.582M283.224,530.057L279.4,539.42M265.971,519.868L262.164,528.283M296.859,501.125L293.02,508.802M289.462,503.947L285.623,511.624M283.224,493.285L279.384,500.962M296.859,516.201L293.02,524.907M258.891,520.203L254.676,528.733M312.278,500.61L308.438,509.316M304.624,508.231L300.784,516.938M311.591,516.348L307.751,525.054M312.278,533.141L311.479,544.351M296.859,531.799L293.425,543.135M300.609,531.483L300.384,541.059M332.158,531.582L332.449,544.788M338.167,528.733L338.458,540.506M325.193,531.799L325.339,543.701M327.902,514.604L328.193,523.168M319.669,504.521L319.96,513.084M336.046,510.323L336.337,518.887M332.158,502.092L332.449,510.655M319.814,521.568L320.105,530.132M369.847,524.907L373.002,531.073M361.05,526.975L364.205,533.141M350.931,512.466L354.086,518.632M382.914,521.648L386,526.504M375.323,525.563L378.409,530.418M366.761,503.946L369.847,508.802M382.914,500.524L386,505.38M393.75,483.574L396.836,488.43M381.371,488.43L384.457,493.285M376.866,499.035L379.952,503.891M368.304,496.607L371.39,501.463M359.619,500.86L362.705,505.716M352.508,504.705L355.594,509.561M343.384,499.035L346.47,503.891M350.965,492.809L354.051,497.664M416.08,502.952L419.166,507.808M387.039,515.549L391.164,524.538M395.489,495.453L402.308,502.618M403.739,491.229L411.407,497.475M400.604,513.594L404.729,522.583M402.667,503.737L406.792,512.727M360.016,527.374L362.31,536.225M348.667,526.975L352.077,539.563M341.313,515.618L343.606,524.469M343.779,507.568L346.073,516.419"}] 113 | } 114 | ] 115 | } 116 | }, 117 | "feature7":{ 118 | "id":7, 119 | "frontSide":{ 120 | "cX":0, 121 | "cY":0, 122 | "path":[ 123 | { 124 | "type":"path", 125 | "style":[{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":2},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"},{"attr":"d","val":"M245.067,511.75L241.25,518.491M232.937,505.432L229.119,512.173M265.875,494.5L262.26,502.94M254.817,494.815L251.203,503.256M274.467,505.02L269.815,512.585M272.899,492.359L269.315,500.485M251.34,482.224L246.167,488.926M247.857,493.606L242.277,500.516M279.666,507.786L275.826,516.201M277.746,525.85L273.939,534.265M256.721,512.212L252.914,520.627M283.208,523.167L279.4,531.582M283.208,531.005L279.4,539.42M265.971,519.868L262.164,528.283M296.859,501.125L293.02,508.802M289.462,503.947L285.623,511.624M283.224,493.285L279.384,500.962M296.859,516.201L293.02,524.907M258.891,520.203L254.676,528.733M312.278,500.61L308.438,509.316M304.624,508.231L300.784,516.938M311.591,516.348L307.751,525.054M311.479,530.418L311.479,544.351M296.454,530.057L293.425,543.135M300.496,525.85L300.384,541.059M332.449,533.141L332.449,544.788M336.337,528.283L338.458,540.506M325.339,531.582L325.339,543.701M327.902,514.604L328.193,523.168M319.669,504.521L319.96,513.084M336.046,510.323L336.337,518.887M332.158,502.092L332.449,510.655M319.814,521.568L320.105,530.132M369.847,524.907L373.002,531.073M362.05,526.975L365.205,533.141M350.931,512.466L354.086,518.632M382.914,521.648L386,526.504M375.323,525.563L378.409,530.418M366.761,503.946L369.847,508.802M382.914,500.524L386,505.38M393.75,483.574L396.836,488.43M381.371,488.43L384.457,493.285M376.866,499.035L379.952,503.891M368.304,496.607L371.39,501.463M359.619,500.86L362.705,505.716M352.508,504.705L355.594,509.561M343.384,499.035L346.47,503.891M350.965,492.809L354.051,497.664M416.08,502.952L419.166,507.808M387.039,515.549L391.164,524.538M391.489,498.453L398.308,505.618M403.739,491.229L411.407,497.475M400.604,513.594L404.729,522.583M402.667,503.737L406.792,512.727M360.016,527.374L362.31,536.225M349.783,528.283L352.077,539.563M341.313,515.618L343.606,524.469M343.779,507.568L346.073,516.419M258,441.973L253.758,451.5M265.164,440.389L261.891,446.736M269.158,444.383L265.527,451.5M250.569,449.711L246.938,456.828M275.754,443.178L272.124,450.295M273.939,436.389L271.107,440.383M290.75,433.088L285.623,440.391M282.229,438.246L277.746,446.736M304.624,433.086L302.704,436.739M297.414,434.913L294.25,440.383M310.631,427.855L308.711,430.766M298.374,428.668L295.494,433.088M338.041,427.161L340.85,433.086M343.384,430.123L346.47,438.047M350.965,432L352.508,436.739M356.275,438.02L357.818,442.759M355.594,427.161L358.5,434.369M365.847,433.086L370.056,441.973M364.204,439.053L368.413,447.939M381.371,438.047L384.457,445.5M376.866,441.897L379.952,449.351M386.695,443.941L389.489,449.27M392.798,446.664L396.75,452.736"}] 126 | } 127 | ] 128 | } 129 | }, 130 | "feature8":{ 131 | "id":8, 132 | "frontSide":{ 133 | "cX":0, 134 | "cY":0, 135 | "path":[ 136 | { 137 | "type":"path", 138 | "style":[{"attr":"d","val":"M324.356,512.4l2.636-6.91l4.934,5.592l6.582-33.233H302.64l5.266,32.905l2.632-8.554l5.265,13.49c1.974-4.937,2.961-7.899,3.949-8.886L324.356,512.4z"}] 139 | } 140 | ] 141 | } 142 | }, 143 | "feature9":{ 144 | "id":9, 145 | "frontSide":{ 146 | "cX":0, 147 | "cY":0, 148 | "path":[ 149 | { 150 | "type":"polygon", 151 | "style":[{"attr":"points","val":"315.003,451.795 306.064,433.389 236.65,455.738"}] 152 | }, 153 | { 154 | "type":"polygon", 155 | "style":[{"attr":"points","val":"333.934,433.389 324.993,451.795 403.35,455.738"}] 156 | } 157 | ] 158 | } 159 | }, 160 | "feature10":{ 161 | "id":10, 162 | "frontSide":{ 163 | "cX":0, 164 | "cY":0, 165 | "path":[ 166 | { 167 | "type":"path", 168 | "style":[{"attr":"d","val":"M365.62,502.058c1.309,0,2.283-0.49,3.266-1.308c0.816-0.815,1.309-1.959,1.309-3.264c0-1.306-0.492-2.449-1.309-3.267c-0.979-0.978-1.957-1.468-3.266-1.468c-1.306,0-2.449,0.49-3.428,1.468c-0.816,0.817-1.309,1.961-1.309,3.267c0,1.305,0.492,2.448,1.309,3.264C363.171,501.567,364.314,502.058,365.62,502.058"}] 169 | } 170 | ] 171 | } 172 | }, 173 | "feature11":{ 174 | "id":11, 175 | "frontSide":{ 176 | "cX":0, 177 | "cY":0, 178 | "path":[ 179 | { 180 | "type":"path", 181 | "style":[{"attr":"d","val":"M393.678,438.095c1.309,0,2.283-0.49,3.266-1.308c0.816-0.815,1.309-1.959,1.309-3.265c0-1.305-0.492-2.448-1.309-3.266c-0.979-0.978-1.957-1.468-3.266-1.468c-1.306,0-2.449,0.49-3.428,1.468c-0.816,0.817-1.309,1.961-1.309,3.266c0,1.306,0.492,2.449,1.309,3.265C391.229,437.604,392.372,438.095,393.678,438.095"}] 182 | } 183 | ] 184 | } 185 | }, 186 | "feature12":{ 187 | "id":12, 188 | "frontSide":{ 189 | "cX":0, 190 | "cY":0, 191 | "path":[ 192 | { 193 | "type":"path", 194 | "style":[{"attr":"d","val":"M346.196,405.246c1.309,0,2.283-0.49,3.266-1.307c0.816-0.816,1.309-1.959,1.309-3.266c0-1.305-0.492-2.449-1.309-3.266c-0.979-0.979-1.957-1.469-3.266-1.469c-1.306,0-2.449,0.49-3.428,1.469c-0.816,0.816-1.309,1.961-1.309,3.266c0,1.307,0.492,2.449,1.309,3.266C343.747,404.756,344.891,405.246,346.196,405.246"}] 195 | } 196 | ] 197 | } 198 | }, 199 | "feature13":{ 200 | "id":13, 201 | "frontSide":{ 202 | "cX":0, 203 | "cY":0, 204 | "path":[ 205 | { 206 | "type":"path", 207 | "style":[{"attr":"d","val":"M320.081,330.06c1.309,0,2.283-0.489,3.266-1.308c0.816-0.815,1.309-1.959,1.309-3.264c0-1.306-0.492-2.449-1.309-3.267c-0.979-0.978-1.957-1.468-3.266-1.468c-1.306,0-2.449,0.491-3.428,1.468c-0.816,0.817-1.308,1.961-1.308,3.267c0,1.305,0.492,2.448,1.308,3.264C317.632,329.57,318.775,330.06,320.081,330.06"}] 208 | } 209 | ] 210 | } 211 | }, 212 | "feature14":{ 213 | "id":14, 214 | "frontSide":{ 215 | "cX":0, 216 | "cY":0, 217 | "path":[ 218 | { 219 | "type":"path", 220 | "style":[{"attr":"d","val":"M468.758,358.836c1.309,0,2.283-0.49,3.266-1.307c0.816-0.816,1.309-1.959,1.309-3.266c0-1.305-0.492-2.449-1.309-3.266c-0.979-0.979-1.957-1.469-3.266-1.469c-1.306,0-2.449,0.49-3.428,1.469c-0.816,0.816-1.309,1.961-1.309,3.266c0,1.307,0.492,2.449,1.309,3.266C466.309,358.346,467.452,358.836,468.758,358.836"}] 221 | } 222 | ] 223 | } 224 | }, 225 | "feature15":{ 226 | "id":15, 227 | "frontSide":{ 228 | "cX":0, 229 | "cY":0, 230 | "path":[ 231 | { 232 | "type":"path", 233 | "style":[{"attr":"d","val":"M417.923,400.563c1.309,0,2.283-0.49,3.266-1.307c0.816-0.816,1.309-1.959,1.309-3.266c0-1.305-0.492-2.449-1.309-3.266c-0.979-0.979-1.957-1.469-3.266-1.469c-1.306,0-2.449,0.49-3.428,1.469c-0.816,0.816-1.309,1.961-1.309,3.266c0,1.307,0.492,2.449,1.309,3.266C415.474,400.072,416.617,400.563,417.923,400.563"}] 234 | } 235 | ] 236 | } 237 | }, 238 | "feature16":{ 239 | "id":16, 240 | "frontSide":{ 241 | "cX":0, 242 | "cY":0, 243 | "path":[ 244 | { 245 | "type":"path", 246 | "style":[{"attr":"fill","val":"#F19A9B"},{"attr":"d","val":"M465.527,411.377c0,9.373-14.087,16.972-31.459,16.972c-17.378,0-31.464-7.599-31.464-16.972c0-9.367,14.086-16.959,31.464-16.959C451.44,394.418,465.527,402.01,465.527,411.377zM236.596,411.377c0,9.373-14.087,16.972-31.459,16.972c-17.379,0-31.464-7.599-31.464-16.972c0-9.367,14.085-16.959,31.464-16.959C222.509,394.418,236.596,402.01,236.596,411.377z"}] 247 | } 248 | ] 249 | } 250 | }, 251 | "feature17":{ 252 | "id":17, 253 | "frontSide":{ 254 | "cX":0, 255 | "cY":0, 256 | "path":[ 257 | { 258 | "type":"line", 259 | "style":[{"attr":"fill","val":"none"},{"attr":"x1","val":397.262},{"attr":"y1","val":413.862},{"attr":"x2","val":440.928},{"attr":"y2","val":399.195},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"}] 260 | }, 261 | { 262 | "type":"line", 263 | "style":[{"attr":"fill","val":"none"},{"attr":"x1","val":397.262},{"attr":"y1","val":432.528},{"attr":"x2","val":440.928},{"attr":"y2","val":432.528},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"}] 264 | }, 265 | { 266 | "type":"line", 267 | "style":[{"attr":"fill","val":"none"},{"attr":"x1","val":397.262},{"attr":"y1","val":450.528},{"attr":"x2","val":439.402},{"attr":"y2","val":467.528},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"}] 268 | }, 269 | { 270 | "type":"line", 271 | "style":[{"attr":"fill","val":"none"},{"attr":"x1","val":243.928},{"attr":"y1","val":413.862},{"attr":"x2","val":200.262},{"attr":"y2","val":399.195},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"}] 272 | }, 273 | { 274 | "type":"line", 275 | "style":[{"attr":"fill","val":"none"},{"attr":"x1","val":243.928},{"attr":"y1","val":432.528},{"attr":"x2","val":200.262},{"attr":"y2","val":432.528},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"}] 276 | }, 277 | { 278 | "type":"line", 279 | "style":[{"attr":"fill","val":"none"},{"attr":"x1","val":243.928},{"attr":"y1","val":450.528},{"attr":"x2","val":201.787},{"attr":"y2","val":467.528},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"}] 280 | } 281 | ] 282 | } 283 | } 284 | }; 285 | -------------------------------------------------------------------------------- /asset/js/data/mouthData.js: -------------------------------------------------------------------------------- 1 | export default { 2 | "mouth0":{ 3 | "id":1, 4 | "frontSide":{ 5 | "cX":0, 6 | "cY":0, 7 | "path":[ 8 | ] 9 | } 10 | }, 11 | "mouth1":{ 12 | "id":1, 13 | "frontSide":{ 14 | "cX":0, 15 | "cY":0, 16 | "path":[ 17 | { 18 | "type":"path", 19 | "style":[{"attr":"d","val":"M419.284,426.231c-0.525-0.828-1.337-1.439-2.363-1.724c-0.923-0.258-1.785-0.392-2.592-0.392c-1.501-0.004-2.815,0.477-3.857,1.431c-1.044,0.953-1.816,2.343-2.377,4.144c-1.147,3.687-3.215,6.875-5.83,10.133c-16.654,17.042-35.202,27.829-57.181,27.831c-6.631,0-13.578-0.982-20.89-3.078c-1.032-0.296-2.135-0.494-3.215-0.494c-1.146,0-2.277,0.225-3.241,0.824c-0.965,0.598-1.734,1.579-2.142,2.967c-0.161,0.541-0.238,1.053-0.238,1.535c-0.005,1.486,0.753,2.642,1.785,3.485c1.034,0.852,2.351,1.455,3.633,1.973c8.579,3.452,17.109,4.133,25.518,4.5h0.02h0.02c7.314-0.258,13.413-1.377,19.38-3.039c23.372-6.496,41.307-20.063,52.798-41.652c1.03-1.938,1.55-3.817,1.552-5.458C420.063,428.084,419.812,427.059,419.284,426.231z"}] 20 | } 21 | ] 22 | } 23 | }, 24 | "mouth2":{ 25 | "id":2, 26 | "frontSide":{ 27 | "cX":0, 28 | "cY":0, 29 | "path":[ 30 | { 31 | "type":"path", 32 | "style":[{"attr":"d","val":"M367.055,443.335c-0.099-1.666-0.122-3.615-0.798-5.277c-0.339-0.829-0.856-1.591-1.635-2.159c-0.778-0.569-1.799-0.934-3.101-1.032c-0.229-0.019-0.452-0.027-0.666-0.027c-1.119-0.001-2.03,0.244-2.749,0.698c-1.083,0.685-1.668,1.794-2.013,3.014c-0.346,1.227-0.471,2.599-0.604,3.943c-0.363,3.71-1.449,6.637-3.217,8.835c-1.77,2.197-4.231,3.691-7.438,4.497c-1.896,0.477-3.724,0.71-5.479,0.71c-5.678-0.005-10.623-2.42-14.754-7.087c-1.358-1.537-2.48-2.702-3.52-3.505c-1.035-0.8-2.018-1.252-3.05-1.252c-1.05,0.001-2.056,0.467-3.133,1.293c-1.081,0.83-2.263,2.038-3.704,3.635c-4.094,4.528-8.881,6.824-14.253,6.828c-2.218,0-4.54-0.395-6.957-1.201c-3.367-1.127-5.6-3.024-7.1-5.468c-1.497-2.443-2.246-5.455-2.533-8.77c-0.144-1.637-0.501-3.148-1.344-4.305c-0.839-1.161-2.202-1.89-4.074-1.901l-0.097-0.001c-1.945-0.01-3.375,0.731-4.284,1.923c-0.914,1.186-1.343,2.751-1.558,4.442c-0.09,0.715-0.133,1.437-0.133,2.161c0.001,4.01,1.326,8.118,3.532,11.698c2.207,3.579,5.297,6.635,8.87,8.521c4.886,2.578,9.678,3.749,14.365,3.748c6.609,0,12.99-2.32,19.172-6.203c1.315-0.827,2.272-1.194,3.171-1.192c0.907-0.002,1.858,0.37,3.166,1.215c6.013,3.884,12.381,6.126,19.112,6.126c3.35,0,6.787-0.556,10.307-1.731c9.338-3.127,16.378-12.245,16.498-22.141v-0.019L367.055,443.335z"}] 33 | } 34 | ] 35 | } 36 | }, 37 | "mouth3":{ 38 | "id":3, 39 | "frontSide":{ 40 | "cX":0, 41 | "cY":0, 42 | "path":[ 43 | { 44 | "type":"path", 45 | "style":[{"attr":"d","val":"M326.943,474.377c-0.843-1.197-2.044-1.829-3.338-1.821c-0.711,0-1.442,0.18-2.17,0.517c-1.128,0.53-2.058,1.284-3.033,1.638c-1.288,0.475-2.547,0.706-3.75,0.706c-2.548-0.003-4.848-1.027-6.67-3.069c-1.256-1.416-1.777-2.935-1.781-4.518c-0.001-1.808,0.706-3.712,1.898-5.52c0.835-1.267,1.804-2.249,2.951-2.918c1.148-0.668,2.48-1.032,4.083-1.033h0.023h0.005h0.01c1.609,0.004,2.904-0.545,3.759-1.508c0.856-0.96,1.259-2.281,1.259-3.761l-0.001-0.1c-0.008-1.6-0.661-2.769-1.671-3.44c-1.005-0.677-2.286-0.898-3.614-0.9h-0.053c-0.174,0.001-0.35,0.001-0.524,0.001c-2.988,0.001-5.878-0.146-8.613-1.255c-1.007-0.406-1.902-0.889-2.618-1.521c-0.716-0.636-1.262-1.415-1.593-2.474c-0.303-0.971-0.447-2.005-0.447-3.05c-0.001-1.863,0.46-3.761,1.28-5.379c0.819-1.62,1.994-2.956,3.395-3.731c1.272-0.707,2.684-1.054,4.126-1.055c2.745,0,5.602,1.263,7.751,3.729c0.642,0.736,1.316,1.425,2.055,1.944c0.736,0.517,1.555,0.87,2.454,0.87c0.824,0.002,1.68-0.305,2.528-0.954c1.138-0.854,1.635-1.9,1.626-2.93c-0.017-1.636-1.077-3.108-1.915-4.368c-1.696-2.52-3.789-4.245-6.139-5.325c-2.351-1.082-4.95-1.523-7.676-1.523c-0.792,0-1.886-0.07-2.698,0c-3.205,0.276-5.794,0.855-8.313,2.372c-2.519,1.515-4.943,3.904-6.281,7.166c-1.414,3.441-1.871,6.715-1.871,9.551c-0.003,3.104,0.898,5.894,2.732,8.401c1.749,2.393,4.338,4.533,7.776,6.538c-3.05,3.828-4.807,8.011-5.09,12.744c-0.018,0.284-0.026,0.567-0.026,0.85c0.001,6.002,3.836,11.446,9.634,13.589c2.319,0.856,4.871,1.257,7.377,1.257c2.526,0,5.004-0.406,7.153-1.178c2.147-0.773,3.973-1.911,5.164-3.413c0.732-0.936,1.467-1.996,1.477-3.256C327.578,475.631,327.38,474.987,326.943,474.377z"}] 46 | } 47 | ] 48 | } 49 | }, 50 | "mouth4":{ 51 | "id":4, 52 | "frontSide":{ 53 | "cX":0, 54 | "cY":0, 55 | "path":[ 56 | { 57 | "type":"path", 58 | "style":[{"attr":"d","val":"M404.568,444.835c-0.117-0.901-0.412-1.687-0.915-2.316c-0.502-0.631-1.202-1.089-2.063-1.375c-0.549-0.184-1.092-0.275-1.618-0.275c-1.343-0.004-2.555,0.611-3.451,1.676c-1.843,2.171-3.541,4.457-5.199,6.752c-0.931,1.29-1.723,2.23-2.442,2.824c-0.726,0.595-1.342,0.843-2.027,0.846c-0.534,0.001-1.141-0.161-1.871-0.52c-0.729-0.357-1.574-0.909-2.566-1.649c-3.007-2.238-5.604-5.167-8.801-7.379c-3.18-2.194-6.043-3.354-8.68-3.356c-1.934-0.003-3.727,0.641-5.332,1.909c-1.608,1.268-3.042,3.146-4.354,5.635c-0.956,1.821-1.797,3.161-2.636,4.01c-0.848,0.849-1.637,1.218-2.664,1.225c-1.489,0.011-3.573-0.891-6.608-2.79c-1.203-0.748-2.286-1.788-3.451-2.768c-2.924-2.454-5.45-4.326-7.75-5.596c-2.298-1.269-4.382-1.938-6.395-1.939c-2.362-0.002-4.574,0.936-6.817,2.758c-2.248,1.824-4.561,4.535-7.215,8.174c-0.702,0.964-1.392,1.654-2.064,2.096c-0.675,0.441-1.323,0.641-2.003,0.642c-0.941,0.001-1.985-0.4-3.166-1.251c-3.475-2.503-6.705-5.388-10.075-8.124c-3.3-2.68-6.589-4.076-9.911-4.075c-3.255-0.001-6.488,1.341-9.736,3.976c-3.008,2.44-5.61,5.304-8.491,7.759c-2.023,1.726-3.532,3.095-4.717,4.012c-0.592,0.459-1.102,0.803-1.541,1.023c-0.44,0.222-0.802,0.318-1.117,0.317c-0.329-0.002-0.632-0.096-0.995-0.339c-0.542-0.362-1.177-1.085-1.941-2.202c-0.766-1.116-1.668-2.62-2.798-4.537c-0.179-0.304-0.372-0.591-0.564-0.869c-0.581-0.839-1.234-1.562-1.981-2.086c-0.745-0.524-1.595-0.846-2.519-0.845c-0.813,0-1.665,0.248-2.534,0.765c-0.776,0.459-1.345,1.023-1.712,1.665c-0.368,0.641-0.528,1.348-0.527,2.064c0.001,1.017,0.311,2.059,0.791,3.077c1.588,3.359,3.51,6.547,6.18,9.231c2.788,2.808,5.456,4.265,8.337,4.264c2.34-0.001,4.743-0.954,7.406-2.754c5.067-3.425,9.175-7.855,13.55-11.916c1.179-1.096,2.144-1.902,2.975-2.419c0.834-0.52,1.513-0.745,2.172-0.745c0.652,0,1.331,0.222,2.164,0.724c0.83,0.501,1.794,1.276,2.971,2.321c3.472,3.077,6.803,6.446,11.18,8.557c2.842,1.368,5.327,2.093,7.617,2.094c1.951,0.002,3.751-0.536,5.439-1.615c1.689-1.078,3.273-2.685,4.865-4.827c0.606-0.815,1.161-1.648,1.745-2.439c1.278-1.729,2.275-2.996,3.128-3.798c0.86-0.808,1.521-1.124,2.207-1.125c0.597-0.002,1.303,0.253,2.216,0.831c0.911,0.575,2.013,1.46,3.39,2.632c3.54,3.006,6.948,6.289,11.47,8.159c2.91,1.202,5.461,1.835,7.765,1.836c2.345,0.003,4.431-0.67,6.288-2.033c1.859-1.363,3.495-3.396,5.042-6.114c1.005-1.767,1.748-3.063,2.369-3.878c0.31-0.407,0.587-0.69,0.827-0.856c0.244-0.167,0.435-0.227,0.651-0.229c0.386-0.009,0.973,0.255,1.799,0.906c0.825,0.644,1.876,1.634,3.255,2.939c1.078,1.021,2.121,2.104,3.238,3.132c3.851,3.55,8.357,5.805,13.669,6.235l0.018,0.001l0.198,0.005c1.52-0.008,3.237-0.768,5.022-1.942c2.672-1.771,5.477-4.521,7.638-7.378c1.079-1.43,1.997-2.886,2.65-4.269c0.652-1.384,1.049-2.692,1.052-3.86C404.604,445.217,404.593,445.023,404.568,444.835z"}] 59 | } 60 | ] 61 | } 62 | }, 63 | "mouth5":{ 64 | "id":5, 65 | "frontSide":{ 66 | "cX":0, 67 | "cY":0, 68 | "path":[ 69 | { 70 | "type":"path", 71 | "style":[{"attr":"d","val":"M358.144,473.762c-0.54-0.725-1.308-1.305-2.234-1.728c-2.589-1.18-5.353-2.029-8.104-2.699c-15.116-3.669-30.465-5.775-45.751-7.888c-11.652-1.61-36.928-2.729-34.824-4.053c4.683-3.507,8.521-6.406,12.381-9.25c0.852-0.627,1.68-1.309,2.313-2.093c0.632-0.782,1.077-1.692,1.076-2.729c0.001-0.792-0.261-1.627-0.822-2.486c-0.486-0.75-1.052-1.297-1.674-1.652c-0.622-0.356-1.294-0.516-1.965-0.515c-1.429,0.005-2.837,0.682-4.09,1.601c-5.755,4.238-11.607,8.409-17.065,13.062c-2.248,1.918-3.422,3.921-3.427,5.876c-0.002,1.296,0.302,2.622,1.293,3.667c0.993,1.049,2.538,2.137,4.438,2.719c5.406,1.656,10.526,2.354,15.839,2.894c25.806,2.613,51.542,5.498,76.544,12.664c0.707,0.203,1.397,0.314,2.059,0.314c0.925,0.001,1.802-0.222,2.555-0.719c0.754-0.495,1.368-1.253,1.81-2.264c0.33-0.754,0.492-1.488,0.492-2.185C358.987,475.354,358.684,474.484,358.144,473.762z"}] 72 | } 73 | ] 74 | } 75 | }, 76 | "mouth6":{ 77 | "id":6, 78 | "frontSide":{ 79 | "cX":0, 80 | "cY":0, 81 | "path":[ 82 | { 83 | "type":"path", 84 | "style":[{"attr":"d","val":"M314.813,438.125c-0.811,0.048-4.737,0.559-5.874,0.73c-11.389,1.73-22.737,3.697-34.105,5.504 c-1.164,0.188-2.281,0.447-3.2,1.027c-0.922,0.577-1.614,1.509-1.849,2.877c-0.058,0.323-0.085,0.633-0.085,0.928 c-0.005,1.213,0.486,2.172,1.213,2.9c0.727,0.733,1.675,1.267,2.653,1.749c9.74,4.784,19.474,9.58,29.202,14.388 c1.446,0.715,2.881,1.5,4.549,2.386c-1.125,1.001-2.001,1.799-2.884,2.547c-4.597,3.901-9.281,7.718-13.806,11.728 c-1.656,1.468-2.519,3.041-2.522,4.534c-0.003,1.007,0.41,1.951,1.179,2.706c0.769,0.757,1.881,1.337,3.31,1.704 c6.882,1.761,13.826,3.261,20.751,4.8c0.69,0.152,1.384,0.249,2.054,0.249c0.953,0,1.87-0.196,2.623-0.729 c0.754-0.532,1.305-1.396,1.549-2.604c0.077-0.377,0.115-0.733,0.115-1.07c0.006-1.272-0.564-2.254-1.417-2.919 c-0.852-0.67-1.964-1.07-3.138-1.349c-4.292-1.011-8.59-2.039-13.679-3.25c5.792-4.695,10.838-8.932,16.052-12.919 c0.872-0.668,1.546-1.372,2.008-2.102c0.461-0.729,0.71-1.49,0.71-2.248c0-0.789-0.274-1.563-0.802-2.258 c-0.529-0.698-1.304-1.327-2.324-1.878c-3.197-1.729-6.513-3.203-9.747-4.8c-6.173-3.046-12.345-6.107-18.966-9.386 c1.596-0.808,2.895-0.915,4.273-1.14c8.064-1.309,16.111-2.698,24.176-3.945c1.63-0.252,2.957-0.83,3.888-1.787c0.933-0.955,1.134-2.275,0.696-3.832C320.584,437.702,318.333,437.917,314.813,438.125z"}] 85 | } 86 | ] 87 | } 88 | }, 89 | "mouth7":{ 90 | "id":7, 91 | "frontSide":{ 92 | "cX":0, 93 | "cY":0, 94 | "path":[ 95 | { 96 | "type":"path", 97 | "style":[{"attr":"d","val":"M374.219,457.808c-0.087-0.678-0.372-1.333-0.825-1.912c-0.452-0.58-1.109-1.059-2.006-1.386c-0.847-0.312-1.659-0.456-2.436-0.456c-1.174-0.001-2.257,0.332-3.264,0.868c-1.009,0.536-1.948,1.273-2.871,2.107c-2.536,2.252-4.365,3.267-6.883,4.592c-14.48,6.471-28.975,10.608-43.49,10.608c-12.093-0.001-24.207-2.866-36.383-9.665c-1.286-0.716-2.639-1.263-3.989-1.266c-0.693-0.001-1.385,0.151-2.027,0.505c-0.644,0.353-1.23,0.9-1.74,1.658c-0.604,0.895-0.885,1.763-0.885,2.581c0,1.036,0.445,1.943,1.07,2.716c0.626,0.775,1.44,1.44,2.263,2.044c5.752,4.214,12.105,7.168,19.119,8.646c7.565,1.597,15.102,2.396,22.6,2.396c10.857,0,21.631-1.676,32.291-5.021c2.801-0.881,5.331-1.589,7.771-1.587c2.667,0.006,5.246,0.816,8.117,3.245c1.883,1.6,3.859,2.362,5.724,2.362c1.956,0.002,3.76-0.846,5.143-2.332c1.386-1.487,2.365-3.603,2.755-6.175C374.626,469.991,374.781,462.188,374.219,457.808zM366.87,473.216c-2.279,1.657-4.028-0.868-6.597-2.341c2.527-1.506,4.439-2.663,6.377-3.777c0.247-0.143,1.068-0.816,1.222-0.104C368.239,469.215,368.76,471.841,366.87,473.216z"}] 98 | }, 99 | { 100 | "type":"path", 101 | "style":[{"attr":"fill","val":"#FFFFFF"},{"attr":"d","val":"M366.65,467.098c-1.938,1.114-3.85,2.271-6.377,3.777c2.568,1.473,4.317,3.998,6.597,2.341c1.89-1.375,1.369-4.001,1.002-6.223C367.719,466.281,366.897,466.955,366.65,467.098z"}] 102 | } 103 | ] 104 | } 105 | }, 106 | "mouth8":{ 107 | "id":4, 108 | "frontSide":{ 109 | "cX":0, 110 | "cY":0, 111 | "path":[ 112 | { 113 | "type":"path", 114 | "style":[{"attr":"d","val":"M402.229,447.352c-1.118-0.692-2.549-1.046-3.985-1.047l-0.246,0.003c-1.313,0.039-2.675,0.005-4.04,0.191c-5.434,0.745-10.869,1.503-16.292,2.358c-26.577,4.191-53.153,8.399-79.724,12.635c-9.845,1.568-19.676,3.004-29.638,3.302c-0.751,0.026-1.854-0.008-2.85,0.304c-0.498,0.157-0.983,0.411-1.354,0.834c-0.373,0.422-0.602,1.004-0.625,1.708v-0.001l-0.003,0.16c-0.002,0.701,0.189,1.298,0.523,1.76c0.503,0.696,1.262,1.063,2.027,1.299c0.769,0.234,1.574,0.344,2.242,0.461c1.001,0.176,1.996,0.245,2.982,0.245c2.885-0.002,5.704-0.59,8.504-0.919c27.427-3.234,54.503-8.558,81.756-12.626c12.326-1.839,24.564-4.126,36.959-5.168l0.067-0.001c0.782-0.003,1.83,0.182,2.815,0.184c0.679-0.003,1.357-0.082,1.925-0.473c0.281-0.194,0.519-0.474,0.67-0.819c0.153-0.346,0.227-0.751,0.227-1.218v-0.028v-0.001C404.161,449.121,403.34,448.034,402.229,447.352z"}] 115 | } 116 | ] 117 | } 118 | }, 119 | "mouth9":{ 120 | "id":5, 121 | "frontSide":{ 122 | "cX":0, 123 | "cY":0, 124 | "path":[ 125 | { 126 | "type":"path", 127 | "style":[{"attr":"d","val":"M408.29,434.534c-0.646-1.149-1.74-1.806-2.943-1.798c-0.513,0-1.04,0.113-1.563,0.332c-1.08,0.452-2.229,1.045-3.102,1.918c-8.625,8.658-19.76,12.575-31.278,14.87c-18.879,3.762-37.966,6.571-57.025,9.471c-14.466,2.202-28.82,5.074-43.467,5.388c-0.115,0.003-0.241,0.003-0.375,0.003c-0.133,0-0.273,0-0.419,0c-0.875,0.003-1.944,0.013-2.876,0.38c-0.465,0.185-0.904,0.474-1.22,0.913c-0.317,0.438-0.491,1.01-0.49,1.688c0,0.121,0.005,0.246,0.017,0.376c0.058,0.722,0.325,1.321,0.731,1.765c0.612,0.669,1.463,0.989,2.329,1.197c0.869,0.206,1.777,0.296,2.543,0.42c0.858,0.14,1.708,0.196,2.549,0.196c3.071-0.002,6.023-0.754,8.947-1.127c20.634-2.653,41.39-3.609,63.438-4.048l0.027-0.001l0.027-0.003c12.266-0.442,24.62,0.018,37.652-1.649c2.664-0.342,4.896-1.041,6.802-2.215c1.905-1.172,3.47-2.813,4.814-4.986c2.097-3.387,3.804-7.012,5.867-10.331c2.064-3.321,4.475-6.329,7.969-8.534c0.946-0.594,1.487-1.576,1.484-2.611C408.73,435.604,408.584,435.05,408.29,434.534z"}] 128 | }, 129 | { 130 | "type":"path", 131 | "style":[{"attr":"fill","val":"#F1F1F1"},{"attr":"d","val":"M334.62,461.025c16.411-1.963,42.005-4.744,54.065-11.531c-1.886,6.514-5.472,8.991-11.342,9.46c-7.451,0.595-35.214,3.04-42.688,2.703c-0.235-0.04-0.385-0.026-0.528-0.22C334.031,461.184,334.508,461.025,334.62,461.025z"}] 132 | } 133 | ] 134 | } 135 | }, 136 | "mouth10":{ 137 | "id":10, 138 | "frontSide":{ 139 | "cX":0, 140 | "cY":0, 141 | "path":[ 142 | { 143 | "type":"path", 144 | "style":[{"attr":"d","val":"M335.979,459.224c-0.56-0.745-1.238-1.427-1.784-2.06c-0.438-0.505-0.882-0.94-1.193-1.354c-0.314-0.42-0.484-0.784-0.485-1.197c0-0.364,0.134-0.821,0.557-1.438c0.644-0.938,1.063-1.971,1.066-3.009c0.001-0.629-0.163-1.259-0.524-1.823c-0.36-0.564-0.91-1.057-1.649-1.452c-0.698-0.376-1.385-0.552-2.04-0.551c-0.86-0.001-1.645,0.3-2.337,0.754c-0.694,0.455-1.309,1.064-1.872,1.724c-0.883,1.037-1.631,2.137-2.518,3.034c-1.835,1.86-3.568,2.724-5.242,2.723c-1.684,0.001-3.426-0.872-5.271-2.759c-1.229-1.253-2.258-2.808-3.629-4.106c-0.9-0.853-1.962-1.376-3.1-1.376c-0.844-0.001-1.704,0.293-2.518,0.886c-1.083,0.783-1.684,1.881-1.682,3.013c0,0.728,0.248,1.455,0.726,2.094c0.637,0.856,0.851,1.523,0.852,2.084c0,0.602-0.25,1.147-0.678,1.729c-0.426,0.578-1.021,1.162-1.614,1.799c-0.501,0.538-1.01,1.123-1.406,1.761c-0.394,0.638-0.682,1.341-0.683,2.106c-0.004,0.828,0.359,1.683,1.146,2.462c0.879,0.886,1.831,1.303,2.768,1.3c0.751-0.001,1.46-0.257,2.117-0.645c0.658-0.39,1.273-0.914,1.857-1.494c0.557-0.557,0.981-1.197,1.406-1.685c0.211-0.244,0.419-0.448,0.626-0.592c0.188-0.13,0.373-0.205,0.576-0.241c1.18,0.233,2.018,0.6,2.555,1.128c0.55,0.542,0.859,1.279,0.917,2.433c0.067,1.437,0.41,2.735,1.229,3.7c0.82,0.968,2.104,1.519,3.812,1.513h0.028h0.001c1.729,0.002,3.001-0.574,3.801-1.559c0.801-0.98,1.128-2.279,1.231-3.697c0.063-0.888,0.264-1.528,0.621-2.033s0.895-0.908,1.728-1.26c0.36-0.152,0.646-0.206,0.874-0.206c0.446,0.004,0.744,0.189,1.095,0.535c0.343,0.342,0.671,0.829,1.09,1.269c0.628,0.652,1.293,1.348,2.029,1.897c0.733,0.546,1.56,0.962,2.495,0.964c0.813,0.002,1.657-0.328,2.486-1.037c1.069-0.902,1.562-1.863,1.558-2.809C336.994,460.794,336.534,459.967,335.979,459.224zM331.878,474.706c-0.364-0.221-0.713-0.342-1.058-0.343c-0.347-0.003-0.659,0.136-0.883,0.32c-0.34,0.278-0.539,0.631-0.727,0.943c-0.182,0.313-0.351,0.594-0.491,0.724c-3.052,2.93-6.825,4.383-10.629,4.384c-3.915-0.001-7.864-1.544-11.083-4.655c-0.215-0.202-0.449-0.584-0.733-0.949c-0.145-0.183-0.306-0.365-0.518-0.517c-0.208-0.15-0.484-0.265-0.79-0.264c-0.433,0.003-0.846,0.207-1.271,0.57c-0.679,0.571-0.964,1.356-0.956,2.127c0,0.54,0.121,1.084,0.298,1.627c0.875,2.639,3.152,5.221,5.91,7.19c2.763,1.962,6.011,3.312,8.92,3.343h0.085c2.882-0.005,6.094-1.298,8.847-3.22c2.749-1.927,5.044-4.484,6.002-7.147c0.218-0.608,0.378-1.226,0.379-1.841c0.001-0.433-0.084-0.869-0.298-1.269C332.673,475.33,332.333,474.98,331.878,474.706zM302.604,439.092c0.819-0.001,1.548-0.37,2.204-0.881c0.659-0.514,1.267-1.184,1.866-1.886c3.195-3.745,7.246-5.592,11.286-5.593c4.037,0.001,8.082,1.836,11.272,5.569c0.598,0.7,1.204,1.376,1.862,1.896c0.655,0.517,1.387,0.894,2.213,0.895c0.772,0.002,1.559-0.343,2.32-1.044c0.837-0.759,1.22-1.642,1.214-2.503c-0.002-0.831-0.323-1.606-0.753-2.315c-0.433-0.711-0.984-1.366-1.505-1.954c-4.475-5.063-10.389-6.872-16.842-7.042h-0.018h-0.018c-6.276,0.266-12.007,2.112-16.351,7.019c-0.524,0.591-1.079,1.25-1.515,1.964c-0.433,0.713-0.757,1.491-0.759,2.327c-0.006,0.854,0.369,1.729,1.188,2.485C301.032,438.742,301.824,439.094,302.604,439.092z"}] 145 | } 146 | ] 147 | } 148 | }, 149 | "mouth11":{ 150 | "id":11, 151 | "frontSide":{ 152 | "cX":0, 153 | "cY":0, 154 | "path":[ 155 | { 156 | "type":"path", 157 | "style":[{"attr":"d","val":"M225,426.333c2.5,0,180.625-0.042,186,0c13,14.042-17.5,72.042-94.125,70.792C247.634,495.995,214.625,449.25,225,426.333z"}] 158 | }, 159 | { 160 | "type":"path", 161 | "style":[{"attr":"fill","val":"#FEFEFE"},{"attr":"d","val":"M258.169,478.094c4.927-1.356,6.559-6.753,10.794-8.957c1.599-0.585,2.875-1.48,3.169-3.329c-0.046-3.361-2.411-4.207-5.051-4.582c-7.587-1.08-14.242,1.41-20.525,5.458c-2.031,1.309-1.737,2.189-0.149,3.626C249.948,473.514,254.271,475.467,258.169,478.094zM378.085,477.094c-4.927-1.356-6.559-6.753-10.794-8.957c-1.599-0.585-2.875-1.48-3.169-3.329c0.046-3.361,2.411-4.207,5.051-4.582c7.587-1.08,14.242,1.41,20.525,5.458c2.031,1.309,1.737,2.189,0.149,3.626C386.306,472.514,381.983,474.467,378.085,477.094zM404.324,430.342c2.226,0.006,5.396-1.416,5.816,2.819c0.343,3.475-0.74,6.453-4.474,7.585c-13.033,5.459-61.667,10.629-91.549,10.629c-36.743,0-57.027-3.691-79.864-9.69c-3.281-0.862-7.823-1.1-7.786-6.366c0.024-3.395,0.914-4.994,4.987-4.928c18.401,0.3,36.81,0.282,55.215,0.345c10.665,0.036,21.331,0.006,31.996,0.006C318.667,430.592,375.771,430.267,404.324,430.342z"}] 162 | }, 163 | { 164 | "type":"path", 165 | "style":[{"attr":"fill","val":"#F0A391"},{"attr":"d","val":"M320,461.729c39.875,0.646,49.875,3.396,59.5,15.593c-37.834,20.739-82.107,20.466-120.873,1.428C257.901,472.588,263.955,461.171,320,461.729z"}] 166 | }, 167 | { 168 | "type":"path", 169 | "style":[{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":10},{"attr":"fill","val":"none"},{"attr":"d","val":"M225,426.333c2.5,0,180.625-0.042,186,0c13,14.042-17.5,72.042-94.125,70.792C247.634,495.995,214.625,449.25,225,426.333z"}] 170 | } 171 | ] 172 | } 173 | }, 174 | "mouth12":{ 175 | "id":12, 176 | "frontSide":{ 177 | "cX":0, 178 | "cY":0, 179 | "path":[ 180 | { 181 | "type":"path", 182 | "style":[{"attr":"d","val":"M364.461,425.694c-1.161-1.915-2.429-3.349-3.842-4.308c-1.411-0.959-2.969-1.433-4.656-1.431c-1.836,0-3.82,0.55-5.992,1.595c-3.155,1.519-6.35,2.807-9.739,3.451c-7.518,1.431-14.989,2.266-22.406,2.266c-10.381,0-20.655-1.635-30.815-5.568c-1.362-0.527-2.705-0.808-3.998-0.808c-2.993-0.008-5.694,1.527-7.63,4.761c-6.476,10.761-10.092,22.374-10.929,32.514l-0.002,0.022l0,0.021c0.424,12.523,2.964,21.483,7.541,28.303c4.576,6.819,11.167,11.465,19.606,15.409c9.271,4.333,18.689,6.441,28.13,6.441c9.563,0,20.624-2.006,30.105-6.195c15.352-6.771,23.524-18.738,25.352-35.57c0.212-1.946,0.314-3.873,0.314-5.778C375.499,448.239,371.049,436.557,364.461,425.694z"}] 183 | }, 184 | { 185 | "type":"path", 186 | "style":[{"attr":"fill","val":"#FCA299"},{"attr":"d","val":"M351.375,430.25c2.707-1.145,4.333-1.917,5.898,0.223c6.529,12.383,12.062,25.179,8.286,39.532c-4.355,16.564-14.185,24.058-29.56,28.183c-15.129,4.059-32.515,1.182-45.636-6.868c-14.179-8.7-19.62-22.759-16.154-39.113c1.388-6.55,3.943-12.673,6.656-18.767c1.967-3.606,2.842-4.318,7.134-2.356c5.081,2.834,5.342,3.554,9.208,4.792c14.983,4.798,27.752,4.773,42.625-0.958C344.01,433.307,347.345,431.881,351.375,430.25z"}] 187 | }, 188 | { 189 | "type":"path", 190 | "style":[{"attr":"fill","val":"#FDFDFD"},{"attr":"d","val":"M351.799,430.07c1.172,1.698-0.544,4.323-1.799,5.555c-1.833,1.799-4.491,2.72-6.938,3.688c-15.223,6.02-30.25,5.875-46.636,0.676c-2.638-0.996-5.097-2.026-7.176-3.613c-1.375-1.05-3.164-2.85-1.25-5.292C309.466,437.4,329.971,435.706,351.799,430.07z"}] 191 | } 192 | ] 193 | } 194 | }, 195 | "mouth13":{ 196 | "id":13, 197 | "frontSide":{ 198 | "cX":0, 199 | "cY":0, 200 | "path":[ 201 | { 202 | "type":"path", 203 | "style":[{"attr":"fill","val":"#FCA299"},{"attr":"d","val":"M333.911,438.611c5.075,2.439,9.795,5.449,13.794,9.378c4.485,4.405,4.098,7.554-0.971,11.011c-14.164,9.665-40.408,9.171-53.917-1.015c-4.239-3.197-4.769-6.112-1.32-10.115c3.691-4.285,8.475-7.18,13.727-9.3c1.951,0.098,3.815,0.614,5.612,1.309C318.732,442.933,326.335,441.073,333.911,438.611z"}] 204 | }, 205 | { 206 | "type":"path", 207 | "style":[{"attr":"fill","val":"#FCFBFB"},{"attr":"d","val":"M336.375,439.35c-6.975,6.865-25.274,5.563-32.789-0.044C315.18,432.036,325.458,432.05,336.375,439.35z"}] 208 | }, 209 | { 210 | "type":"path", 211 | "style":[{"attr":"fill","val":"none"},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":8},{"attr":"d","val":"M319.458,431.208c-6.967,0-26.518,9.73-31.74,19.229c-0.573,1.042-0.906,2.958-0.419,4.479c7.958,17.896,58.292,19.644,65.743,0c0.396-0.822,0.646-3.291-0.411-4.583C343.475,437.646,325.818,431.208,319.458,431.208z"}] 212 | } 213 | ] 214 | } 215 | }, 216 | "mouth14":{ 217 | "id":14, 218 | "frontSide":{ 219 | "cX":0, 220 | "cY":0, 221 | "path":[ 222 | { 223 | "type":"path", 224 | "style":[{"attr":"d","val":"M354.727,458.322c-8.977-9.152-18.116-18.141-27.155-27.223c-2.131-2.144-4.688-3.364-7.517-3.757h-0.106c-3.073,0.454-5.575,1.802-7.691,3.933c-8.916,8.969-17.935,17.843-26.804,26.868c-2.661,2.707-4.05,5.225-4.052,7.8c0.002,2.576,1.394,5.095,4.057,7.804c8.87,9.021,17.814,17.972,26.843,26.835c2.654,2.608,5.169,3.972,7.73,3.974c2.503-0.001,4.948-1.305,7.507-3.81c9.162-8.965,18.222-18.035,27.195-27.187c2.541-2.589,3.864-5.078,3.865-7.615C358.598,463.404,357.271,460.914,354.727,458.322z"}] 225 | }, 226 | { 227 | "type":"path", 228 | "style":[{"attr":"fill","val":"#FCA299"},{"attr":"d","val":"M350.693,465.833c-9.831,9.803-19.421,19.268-28.868,28.873c-1.722,1.75-2.555,1.045-3.877-0.274c-9.433-9.412-18.92-18.77-28.628-28.381c9.832-9.802,19.423-19.268,28.871-28.873c1.723-1.75,2.556-1.042,3.877,0.275C331.5,446.865,340.987,456.224,350.693,465.833z"}] 229 | } 230 | ] 231 | } 232 | }, 233 | "mouth15":{ 234 | "id":15, 235 | "frontSide":{ 236 | "cX":0, 237 | "cY":0, 238 | "path":[ 239 | { 240 | "type":"path", 241 | "style":[{"attr":"d","val":"M319.757,468.925c-8.657,0-17.315-0.09-25.97,0.041c-3.73,0.057-4.287-1.335-2.983-4.546c4.764-11.73,12.122-21.789,20.462-31.099c5.232-5.841,11.89-5.593,16.814,0.306c7.577,9.073,14.67,18.527,20.194,29.045c2.763,5.26,2.11,6.266-4.041,6.278c-8.159,0.016-16.317,0.004-24.476,0.004C319.757,468.944,319.757,468.935,319.757,468.925z"}] 242 | }, 243 | { 244 | "type":"path", 245 | "style":[{"attr":"fill","val":"#FCA299"},{"attr":"d","val":"M340.887,462.934l-41.226,0.111c0,0,9.159-18.334,15.406-24.698c2.571-2.619,5.578-3.583,8.722-0.514c7.001,6.832,11.697,15.162,16.631,24.241C340.575,462.36,340.887,462.934,340.887,462.934z"}] 246 | } 247 | ] 248 | } 249 | }, 250 | "mouth16":{ 251 | "id":16, 252 | "frontSide":{ 253 | "cX":0, 254 | "cY":0, 255 | "path":[ 256 | { 257 | "type":"path", 258 | "style":[{"attr":"d","val":"M386.183,430.759c-0.034-3.595-0.303-5.808-1.554-7.174c-1.267-1.357-3.386-1.706-6.928-1.722c-8.667-0.029-17.333-0.037-26-0.037c-11.304,0-22.608,0.014-33.912,0.014c-11.141,0-22.282-0.013-33.424-0.013c-8.831,0-17.663,0.008-26.495,0.036c-3.276,0.014-5.295,0.39-6.534,1.669c-1.226,1.289-1.554,3.346-1.621,6.573c-0.004,0.236-0.007,0.471-0.007,0.705c-0.002,10.458,4.599,18.805,11.792,26.039c11.668,11.741,25.377,14.921,40.665,17.484c4.345,0.729,12.871,0.849,17.167,0.849c9.759-0.001,17.589-0.511,27.167-3.015c10.834-2.833,20.022-7.782,28.121-15.603c7.161-6.912,11.564-15.236,11.563-25.522C386.184,430.948,386.184,430.854,386.183,430.759z"}] 259 | }, 260 | { 261 | "type":"path", 262 | "style":[{"attr":"fill","val":"#FCA299"},{"attr":"d","val":"M318.189,430.062c18.491,0.007,36.983,0.159,55.472-0.103c4.491-0.063,4.951,1.641,4.249,5.268c-1.496,7.735-5.16,13.526-11.78,18.436c-18.027,13.368-39.327,15.848-61.335,12.964c-10.808-1.417-21.029-4.41-30.415-9.979c-8.412-4.991-14.236-11.285-16.294-20.93c-0.854-4.001-0.46-5.893,4.623-5.798C281.197,430.263,299.695,430.055,318.189,430.062z"}] 263 | } 264 | ] 265 | } 266 | }, 267 | "mouth17":{ 268 | "id":17, 269 | "frontSide":{ 270 | "cX":0, 271 | "cY":0, 272 | "path":[ 273 | { 274 | "type":"path", 275 | "style":[{"attr":"fill","val":"#F29E95"},{"attr":"d","val":"M339.8,459.016c-0.329-2.512-0.581-4.462-0.932-6.054c-0.265-1.192-0.582-2.198-1.099-3.079c-0.386-0.658-0.901-1.236-1.528-1.667c-0.946-0.65-2.05-0.955-3.307-1.12c-1.265-0.163-2.729-0.194-4.541-0.195c-0.805,0-1.676,0.007-2.626,0.014c-0.741,0.006-1.407,0.053-2.043,0.196c-0.475,0.107-0.938,0.274-1.367,0.543c-0.65,0.396-1.161,1.052-1.416,1.756c-0.265,0.707-0.342,1.447-0.344,2.271c0,0.142,0.003,0.286,0.008,0.433v0.011l0.001,0.008c0.067,1.489,0.101,2.879,0.101,4.196c-0.001,5.066-0.488,9.083-1.447,13.831c-0.102,0.512-0.15,0.989-0.212,1.411c-0.045,0.315-0.098,0.598-0.16,0.817c-0.096,0.337-0.203,0.492-0.272,0.552l-0.164,0.095c-0.087,0.032-0.231,0.068-0.46,0.077l-0.103,0.002c-0.389-0.005-0.485-0.077-0.537-0.109c-0.039-0.03-0.083-0.07-0.147-0.19c-0.097-0.176-0.2-0.525-0.272-0.965c-0.077-0.441-0.13-0.957-0.24-1.508c-0.999-4.94-1.343-9.996-1.413-15.116c-0.023-1.611-0.037-2.858-0.165-3.926c-0.1-0.797-0.259-1.522-0.646-2.206c-0.287-0.51-0.727-0.962-1.234-1.262c-0.769-0.453-1.592-0.612-2.522-0.707c-0.936-0.089-2.017-0.1-3.359-0.1c-0.288,0-0.589,0-0.901,0.001c-1.082-0.017-2.186-0.09-3.251-0.091c-1.145,0.009-2.257,0.062-3.341,0.541c-0.537,0.242-1.063,0.622-1.456,1.149c-0.368,0.489-0.597,1.082-0.706,1.706h0c-1.241,5.12-2.226,10.378-2.227,15.746c0,2.869,0.283,5.77,0.962,8.684c1.255,5.366,4.231,10.15,8.062,13.642c3.832,3.483,8.548,5.707,13.359,5.756h0.001h0.011h0.119c4.765-0.008,9.462-2.209,13.302-5.662c3.84-3.462,6.854-8.213,8.17-13.533c0.669-2.717,0.923-5.432,0.923-8.121C340.38,464.209,340.138,461.599,339.8,459.016z"}] 276 | }, 277 | { 278 | "type":"line", 279 | "style":[{"attr":"fill","val":"none"},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":9},{"attr":"stroke-linecap","val":"round"},{"attr":"x1","val":276.208},{"attr":"y1","val":444.625},{"attr":"x2","val":359.208},{"attr":"y2","val":444.625}] 280 | }, 281 | { 282 | "type":"path", 283 | "style":[{"attr":"fill","val":"none"},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":9},{"attr":"d","val":"M296.25,444.625C288.75,463.5,293.75,497,317.808,497c24.942,0,30.067-33.25,21.317-52.375"}] 284 | }, 285 | { 286 | "type":"path", 287 | "style":[{"attr":"d","val":"M313.375,444.876c0,0,0.289,6.954,0.417,13.397c0.128,6.437,1.128,17.396,4.272,17.311s3.677-11.939,3.895-16.843c0.217-4.872,0.666-13.865,0.666-13.865"}] 288 | } 289 | ] 290 | } 291 | }, 292 | "mouth18":{ 293 | "id":6, 294 | "frontSide":{ 295 | "cX":0, 296 | "cY":0, 297 | "path":[ 298 | { 299 | "type":"path", 300 | "style":[{"attr":"d","val":"M383.392,454.613c-0.398-0.727-0.884-1.25-1.438-1.584c-0.553-0.335-1.161-0.47-1.764-0.469c-1.219,0.006-2.434,0.51-3.577,1.021c-1.329,0.599-2.575,1.313-3.843,1.868c-1.269,0.556-3.062,1.217-4.781,0.905c-7.942-0.869-15.9-1.474-23.809-2.406c-8.36-0.987-16.706-1.422-25.053-1.422c-8.948,0-17.897,0.5-26.867,1.354c-6.205,0.601-12.289,3.13-18.336,3.12c-3.002-0.001-5.989-0.606-9.031-2.359c-0.473-0.274-0.981-0.404-1.479-0.403c-0.793,0.001-1.546,0.318-2.179,0.822c-0.634,0.505-1.157,1.201-1.503,2.008c-0.221,0.514-0.325,1.021-0.325,1.507c-0.001,0.73,0.236,1.4,0.61,1.974c0.375,0.575,0.884,1.062,1.453,1.466c3.364,2.39,6.876,3.803,10.815,3.802c1.606,0,3.279-0.234,5.036-0.724c12.689-3.53,25.57-4.787,38.539-4.787c7.385,0,14.799,0.407,22.221,1.034c10.613,0.896,21.249,1.413,31.059,3.092l0.043,0.007h0.045c4.694-0.035,7.891-2.219,11.103-3.802c0.85-0.421,1.727-0.897,2.425-1.528c0.694-0.623,1.224-1.453,1.221-2.483C383.977,456,383.787,455.33,383.392,454.613z"}] 301 | } 302 | ] 303 | } 304 | }, 305 | "mouth19":{ 306 | "id":9, 307 | "frontSide":{ 308 | "cX":0, 309 | "cY":0, 310 | "path":[ 311 | { 312 | "type":"path", 313 | "style":[{"attr":"d","val":"M387.161,447.175c-0.293-0.982-0.845-1.718-1.545-2.184c-0.699-0.467-1.527-0.665-2.369-0.665c-0.533,0-1.074,0.079-1.606,0.221c-8.283,2.216-16.664,2.772-25.096,2.772c-6.479,0-12.987-0.328-19.498-0.479c-0.189-0.004-0.378-0.007-0.566-0.007c-3.151,0-6.18,0.638-8.763,2.417c-3.074,2.116-6.12,3.016-9.173,3.018c-3.192,0-6.405-0.993-9.625-2.682c-3.524-1.851-7.067-2.692-10.943-2.69c-0.418,0-0.84,0.01-1.267,0.029c-5.009,0.224-10.019,0.438-15.018,0.438c-5.127,0-10.243-0.227-15.338-0.899c-3.576-0.472-7.126-1.418-10.77-1.998c-0.318-0.05-0.633-0.076-0.943-0.076c-0.893-0.001-1.745,0.219-2.449,0.708c-0.704,0.488-1.238,1.245-1.504,2.229c-0.094,0.343-0.139,0.679-0.139,1.002c-0.001,0.85,0.317,1.605,0.816,2.202c0.499,0.599,1.171,1.051,1.911,1.359c2.459,1.021,5.009,1.938,7.62,2.552c6.674,1.567,13.395,1.889,20.107,1.889c4.75,0,9.497-0.161,14.223-0.161c0.875,0,1.749,0.006,2.622,0.019c3.333,0.051,6.307,0.39,9.337,1.977c3.417,1.79,6.952,2.625,10.487,2.624c3.599,0,7.194-0.862,10.678-2.438c3.453-1.562,6.84-2.16,10.482-2.161c0.29,0,0.581,0.004,0.874,0.012c1.427,0.036,2.852,0.047,4.276,0.047c2.248,0,4.493-0.027,6.733-0.027c0.042,0,0.082-0.014,0.122-0.024c2.636,0.001,5.279,0.05,7.928,0.05c1.652,0,3.308-0.02,4.963-0.081c6.878-0.258,13.71-1.145,20.179-3.866c0.839-0.354,1.674-0.803,2.327-1.431c0.652-0.623,1.118-1.467,1.114-2.493C387.349,447.994,387.287,447.595,387.161,447.175zM343.826,470.49c-0.714-0.465-1.562-0.601-2.417-0.602c-0.627,0-1.267,0.075-1.887,0.171c-1.015,0.159-1.976,0.405-2.909,0.487c-6.745,0.6-13.484,1.009-20.218,1.009c-5.625,0-11.247-0.285-16.864-0.981c-0.941-0.112-2.088-0.467-3.192-0.472c-0.593,0-1.2,0.11-1.725,0.474c-0.526,0.363-0.919,0.96-1.142,1.782c-0.112,0.411-0.167,0.794-0.167,1.152c-0.002,0.647,0.187,1.214,0.505,1.667c0.479,0.682,1.197,1.106,1.95,1.434c0.755,0.325,1.563,0.554,2.266,0.784c3.511,1.15,7.061,1.336,10.791,1.336c1.859,0,3.766-0.046,5.74-0.046c1.733,0,3.519,0.035,5.372,0.169l0.036,0.001c1.594,0,3.729-0.033,6.079-0.033c1.55,0,3.193,0.015,4.833,0.063c0.251,0.007,0.5,0.011,0.749,0.011c3.166,0,6.211-0.576,9.217-1.332c1.006-0.256,2.076-0.567,2.945-1.149c0.434-0.292,0.818-0.658,1.094-1.123c0.275-0.464,0.431-1.022,0.43-1.653c0-0.243-0.022-0.498-0.067-0.765C345.058,471.756,344.542,470.954,343.826,470.49z"}] 314 | } 315 | ] 316 | } 317 | }, 318 | "mouth20":{ 319 | "id":10, 320 | "frontSide":{ 321 | "cX":0, 322 | "cY":0, 323 | "path":[ 324 | { 325 | "type":"path", 326 | "style":[{"attr":"d","val":"M375.332,448.144c-0.133-1.046-0.426-2.027-1-2.822c-0.571-0.796-1.442-1.378-2.59-1.579c-0.303-0.055-0.598-0.081-0.884-0.081c-0.969-0.002-1.843,0.316-2.485,0.917c-0.644,0.598-1.04,1.46-1.129,2.473c-0.161,1.676-0.729,2.522-1.567,3.078c-0.846,0.555-2.061,0.783-3.46,0.912c-6.955,0.658-13.896,1.288-20.852,1.288c-1.163,0-2.326-0.018-3.489-0.056c-0.224-0.007-0.446-0.011-0.667-0.011c-3.063-0.001-5.932,0.702-8.725,1.947c-3.346,1.49-6.697,2.237-10.047,2.237c-3.282,0-6.565-0.717-9.842-2.172c-2.953-1.313-5.964-2.017-9.172-2.016c-0.234,0-0.468,0.004-0.704,0.011c-1.125,0.036-2.249,0.052-3.372,0.053c-6.996,0-13.975-0.642-20.965-1.334c-1.327-0.128-2.45-0.367-3.224-0.899c-0.767-0.532-1.282-1.33-1.428-2.871c-0.092-1.054-0.49-1.955-1.149-2.586c-0.657-0.633-1.563-0.975-2.578-0.972c-0.207,0-0.418,0.014-0.635,0.041c-1.145,0.145-2.07,0.671-2.698,1.445c-0.63,0.772-0.967,1.769-1.045,2.853c-0.022,0.308-0.034,0.61-0.034,0.907c-0.001,1.994,0.503,3.754,1.468,5.249c0.963,1.496,2.374,2.72,4.155,3.693c3.766,2.055,7.878,2.101,11.803,2.53c11.077,1.188,22.331,0.095,32.801,4.198c2.36,0.919,4.744,0.867,7.055,0.905h0.021c2.139-0.059,4.356,0.019,6.568-0.767c7.162-2.552,14.495-3.663,22.112-3.664c0.549,0,1.099,0.006,1.649,0.018c0.308,0.006,0.615,0.01,0.923,0.01c5.035-0.001,10.091-0.826,15.031-1.644c3.045-0.504,5.593-1.834,7.388-3.651c1.794-1.816,2.834-4.13,2.833-6.565C375.399,448.862,375.377,448.504,375.332,448.144z"}] 327 | } 328 | ] 329 | } 330 | } 331 | }; 332 | -------------------------------------------------------------------------------- /asset/js/data/noseData.js: -------------------------------------------------------------------------------- 1 | export default { 2 | "nose0":{ 3 | "id":0, 4 | "frontSide":{ 5 | "cX":0, 6 | "cY":0, 7 | "path":[ 8 | ] 9 | } 10 | }, 11 | "nose20000":{ 12 | "id":20000, 13 | "frontSide":{ 14 | "cX":0, 15 | "cY":0, 16 | "path":[ 17 | { 18 | "type":"path", 19 | "style":[{"attr":"d","val":"M317.708,420.688c-0.279,0-0.559-0.033-0.833-0.101c-4.942-1.21-16.363-9.054-21.749-13.711c-1.462-1.265-1.622-3.475-0.358-4.937c1.265-1.463,3.474-1.623,4.937-0.358c5.115,4.424,14.054,10.314,17.876,11.879c4.474-2.129,15.275-10.003,16.917-11.68c1.354-1.382,3.569-1.405,4.949-0.053c1.382,1.353,1.405,3.568,0.053,4.949c-2.082,2.127-15.631,12.162-20.695,13.834C318.45,420.629,318.08,420.688,317.708,420.688z"}] 20 | } 21 | ] 22 | } 23 | }, 24 | "nose20001":{ 25 | "id":20001, 26 | "frontSide":{ 27 | "cX":0, 28 | "cY":0, 29 | "path":[ 30 | { 31 | "type":"path", 32 | "style":[{"attr":"d","val":"M308.005,401.682c-0.911,0-1.821-0.352-2.504-1.054c-1.342-1.379-1.329-3.572,0.041-4.924c4.091-4.036,14.667-9.294,25.424-0.283c1.481,1.241,1.676,3.448,0.435,4.931c-1.241,1.481-3.446,1.678-4.931,0.435c-8.364-7.007-15.269-0.813-16.028-0.083C309.761,401.356,308.882,401.682,308.005,401.682z"}] 33 | } 34 | ] 35 | } 36 | }, 37 | "nose20002":{ 38 | "id":20002, 39 | "frontSide":{ 40 | "cX":0, 41 | "cY":0, 42 | "path":[ 43 | { 44 | "type":"path", 45 | "style":[{"attr":"d","val":"M321.874,400.478c1.331,1.31,1.127,3.673-0.456,5.278l0,0c-1.58,1.606-3.939,1.847-5.269,0.539l-2.565-2.524c-1.329-1.31-1.125-3.67,0.456-5.276l0,0c1.581-1.606,3.94-1.849,5.27-0.54L321.874,400.478z"}] 46 | } 47 | ] 48 | } 49 | }, 50 | "nose20003":{ 51 | "id":20003, 52 | "frontSide":{ 53 | "cX":0, 54 | "cY":0, 55 | "path":[ 56 | { 57 | "type":"path", 58 | "style":[{"attr":"d","val":"M318.175,414.396c-1.933,0-3.5-1.567-3.5-3.5v-29.333c0-1.933,1.567-3.5,3.5-3.5c1.933,0,3.5,1.567,3.5,3.5v29.333C321.675,412.828,320.107,414.396,318.175,414.396z"}] 59 | } 60 | ] 61 | } 62 | }, 63 | "nose20004":{ 64 | "id":20004, 65 | "frontSide":{ 66 | "cX":0, 67 | "cY":0, 68 | "path":[ 69 | { 70 | "type":"path", 71 | "style":[{"attr":"d","val":"M312.11,417.43c-0.486,0-0.959-0.044-1.417-0.138c-1.931-0.396-3.482-1.596-4.368-3.379c-0.259-0.521-0.384-1.098-0.364-1.679c0.039-1.108,0.011-2.637-0.023-4.57c-0.097-5.386-0.258-14.4,0.824-28.126c0.152-1.927,1.848-3.357,3.764-3.214c1.927,0.152,3.366,1.837,3.214,3.765c-1.056,13.388-0.904,21.85-0.803,27.449c0.019,1.044,0.035,1.975,0.041,2.809c2.025-0.52,6.042-2.932,9.225-5.638c1.473-1.252,3.683-1.071,4.934,0.4c1.252,1.473,1.072,3.682-0.4,4.934C324.583,411.872,317.588,417.429,312.11,417.43z"}] 72 | } 73 | ] 74 | } 75 | }, 76 | "nose20005":{ 77 | "id":20005, 78 | "frontSide":{ 79 | "cX":0, 80 | "cY":0, 81 | "path":[ 82 | { 83 | "type":"path", 84 | "style":[{"attr":"d","val":"M315.625,424.307c-0.005,0-0.011,0-0.016,0c-8.755-0.039-14.791-5.55-15.376-14.04c-0.524-7.608,3.779-16.145,11.945-18.857c0.028-3.93-0.037-10.049-0.038-10.127c-0.021-1.934,1.529-3.517,3.462-3.538c0.013,0,0.025,0,0.039,0c1.915,0,3.478,1.542,3.5,3.462c0.004,0.42,0.109,10.318-0.02,13.135c-0.076,1.68-1.336,3.067-3,3.306c-5.958,0.853-9.261,6.965-8.904,12.139c0.155,2.251,1.287,7.49,8.424,7.521c1.933,0.009,3.493,1.583,3.484,3.516C319.116,422.75,317.551,424.307,315.625,424.307z"}] 85 | } 86 | ] 87 | } 88 | }, 89 | "nose20006":{ 90 | "id":20006, 91 | "frontSide":{ 92 | "cX":0, 93 | "cY":0, 94 | "path":[ 95 | { 96 | "type":"path", 97 | "style":[{"attr":"d","val":"M296.101,400.117c0.284-16.944,6.228-31.801,16.655-44.99c0.615-0.778,1.302-1.524,2.062-2.158c1.289-1.075,2.74-1.338,4.042-0.081c1.246,1.204,0.533,2.458-0.242,3.585c-2.447,3.561-5.201,6.943-7.341,10.678c-6.513,11.365-9.875,23.589-9.004,36.779c0.152,2.302,0.612,4.626,1.258,6.845c2.05,7.038,3.498,7.129,8.095,1.92c2.363-2.679,5.426-4.122,9.182-1.104c2.506,2.014,5.693,2.868,8.027,0.167c2.125-2.459,1.354-5.204-1.75-6.772c-0.734-0.371-2.042-1.249-1.75-2.25c0.65-2.229,3.337-1.179,4.583-0.625c2.268,1.008,3.69,3.08,4.079,5.521c0.508,3.198-0.508,6.332-3.246,8.229c-3.568,2.47-6.775,2.551-10.469,0.511c-3.118-1.723-4.596-0.527-5.585,1.785c-1.279,2.989-3.197,5.235-6.411,5.4c-3.923,0.202-6.73-1.891-8.549-5.074c-2.342-4.098-3.297-8.683-3.617-13.374C296.006,403.453,296.101,401.782,296.101,400.117z"}] 98 | } 99 | ] 100 | } 101 | }, 102 | "nose20007":{ 103 | "id":20007, 104 | "frontSide":{ 105 | "cX":0, 106 | "cY":0, 107 | "path":[ 108 | { 109 | "type":"path", 110 | "style":[{"attr":"d","val":"M319.363,426.699c-4.686,0-9.542-1.704-13.751-5.104c-13.854,0.392-17.006-6.806-17.724-10.009c-1.467-6.553,2.773-14.484,9.075-16.975c1.797-0.713,3.831,0.171,4.541,1.969s-0.171,3.831-1.969,4.541c-3.103,1.227-5.533,5.735-4.816,8.936c0.736,3.289,5.07,4.933,11.889,4.483c0.944-0.058,1.876,0.265,2.578,0.902c5.978,5.427,13.727,5.721,18.425,0.699c0.781-0.834,1.913-1.239,3.055-1.072c7.522,1.083,12.108-1.989,13.311-5.514c1.115-3.266-0.559-6.633-4.367-8.788c-1.683-0.951-2.274-3.087-1.322-4.77c0.951-1.683,3.085-2.276,4.77-1.322c6.715,3.799,9.748,10.688,7.545,17.141c-2.026,5.938-8.7,11.262-19.19,10.38C327.997,425.2,323.755,426.698,319.363,426.699z"}] 111 | } 112 | ] 113 | } 114 | }, 115 | "nose20008":{ 116 | "id":20008, 117 | "frontSide":{ 118 | "cX":0, 119 | "cY":0, 120 | "path":[ 121 | { 122 | "type":"path", 123 | "style":[{"attr":"d","val":"M335.759,420.25c1.625,1.25,3.995,1.658,3.831-0.462c-0.233-2.995-3.287-5.306-5.961-5.565c-3.6-0.351-6.389,2.941-6.515,5.609c-0.202,4.317,1.558,3.295,3.52,1.793C332.263,420.378,333.916,418.719,335.759,420.25zM301.438,420.25c-1.625,1.25-3.996,1.658-3.831-0.462c0.233-2.995,3.287-5.306,5.96-5.565c3.6-0.351,6.389,2.941,6.515,5.609c0.202,4.317-1.558,3.295-3.52,1.793C304.934,420.378,303.28,418.719,301.438,420.25z"}] 124 | } 125 | ] 126 | } 127 | }, 128 | "nose20009":{ 129 | "id":20009, 130 | "frontSide":{ 131 | "cX":0, 132 | "cY":0, 133 | "path":[ 134 | { 135 | "type":"path", 136 | "style":[{"attr":"d","val":"M300.998,419.824c-1.58,1.215-3.884,1.611-3.724-0.449c0.226-2.911,3.195-5.158,5.794-5.411c3.5-0.341,6.212,2.86,6.334,5.454c0.196,4.197-1.514,3.203-3.422,1.743C304.396,419.948,302.789,418.335,300.998,419.824zM307.417,387.791c0.022-1.293,0.235-2.343,1.715-2.467c1.826-0.151,2.257,1.108,2.307,2.601c0.114,3.406,0.064,6.929,0.02,10.335c-0.044,3.375,0.676,6.344,3.412,8.632c1.08,0.901,2.198,1.96,1.061,3.393c-1.209,1.523-2.764,0.911-4.033-0.048c-2.982-2.256-4.36-5.219-4.607-8.986c-0.133-2.036,0-4.121,0-6.167C307.354,395.083,307.376,390.176,307.417,387.791zM335.865,419.824c1.58,1.215,3.884,1.611,3.725-0.449c-0.227-2.911-3.195-5.158-5.795-5.411c-3.499-0.341-6.211,2.86-6.334,5.454c-0.196,4.197,1.515,3.203,3.422,1.743C332.466,419.948,334.073,418.335,335.865,419.824z"}] 137 | } 138 | ] 139 | } 140 | }, 141 | "nose20010":{ 142 | "id":20010, 143 | "frontSide":{ 144 | "cX":0, 145 | "cY":0, 146 | "path":[ 147 | { 148 | "type":"path", 149 | "style":[{"attr":"fill","val":"#E00000"},{"attr":"d","val":"M318.732,432.299c-19.427,0-35.232-15.806-35.232-35.232s15.805-35.232,35.232-35.232c19.427,0,35.232,15.806,35.232,35.232S338.159,432.299,318.732,432.299z"}] 150 | }, 151 | { 152 | "type":"path", 153 | "style":[{"attr":"d","val":"M318.732,365.334c17.525,0,31.732,14.207,31.732,31.732s-14.207,31.732-31.732,31.732S287,414.592,287,397.066S301.207,365.334,318.732,365.334 M318.732,358.334c-21.357,0-38.732,17.375-38.732,38.732s17.375,38.732,38.732,38.732c21.357,0,38.732-17.375,38.732-38.732S340.09,358.334,318.732,358.334L318.732,358.334z"}] 154 | }, 155 | { 156 | "type":"path", 157 | "style":[{"attr":"fill","val":"none"},{"attr":"stroke","val":"#FFF"},{"attr":"stroke-width","val":8},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"},{"attr":"d","val":"M294.943,390.775c0,0-0.258-4.512,3.948-7.36M305.285,375.935L305.815,375.622"}] 158 | } 159 | ] 160 | } 161 | }, 162 | "nose20011":{ 163 | "id":20011, 164 | "frontSide":{ 165 | "cX":0, 166 | "cY":0, 167 | "path":[ 168 | { 169 | "type":"path", 170 | "style":[{"attr":"d","val":"M341.978,412.334c0,7.731-10.392,14-23.21,14c-12.825,0-23.216-6.269-23.216-14s10.392-14,23.216-14C331.586,398.334,341.978,404.603,341.978,412.334z"}] 171 | }, 172 | { 173 | "type":"path", 174 | "style":[{"attr":"fill","val":"none"},{"attr":"stroke","val":"#FFF"},{"attr":"stroke-width","val":4.5621},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"},{"attr":"d","val":"M303.604,409.359c0,0,1.783-2.938,5.646-2.908M316.484,404.521L316.951,404.554"}] 175 | }, 176 | ] 177 | } 178 | }, 179 | "nose20012":{ 180 | "id":20012, 181 | "frontSide":{ 182 | "cX":0, 183 | "cY":0, 184 | "path":[ 185 | { 186 | "type":"path", 187 | "style":[{"attr":"d","val":"M341.974,412.334c0,3.774-6.114,7.315-10.14,9.833c-4.222,2.641-8.167,4.167-13.07,4.167c-4.43,0-7.79-1.25-11.897-3.468c-4.747-2.563-11.315-6.387-11.314-10.532c0-7.731,10.392-14,23.211-14C331.582,398.334,341.974,404.603,341.974,412.334z"}] 188 | }, 189 | { 190 | "type":"path", 191 | "style":[{"attr":"fill","val":"none"},{"attr":"stroke","val":"#FFF"},{"attr":"stroke-width","val":4.5621},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"},{"attr":"d","val":"M303.605,409.359c0,0,1.783-2.938,5.646-2.908M316.48,404.521L316.947,404.554"}] 192 | } 193 | ] 194 | } 195 | }, 196 | "nose20013":{ 197 | "id":20013, 198 | "frontSide":{ 199 | "cX":0, 200 | "cY":0, 201 | "path":[ 202 | { 203 | "type":"path", 204 | "style":[{"attr":"fill","val":"#FFA4A4"},{"attr":"stroke","val":"#000"},{"attr":"stroke-width","val":7},{"attr":"stroke-linejoin","val":"round"},{"attr":"stroke-linecap","val":"round"},{"attr":"d","val":"M278.59,424.75c16.692,13.543,61.879,16.666,83.16-2.25c14.625-13,4.978-34.76-4.802-42.376c-21.186-16.5-58.513-13.957-75.416-0.322C266.245,392.135,265.34,414,278.59,424.75z"}] 205 | }, 206 | { 207 | "type":"ellipse", 208 | "style":[{"attr":"cx","val":293.435},{"attr":"cy","val":403.334},{"attr":"rx","val":5},{"attr":"ry","val":17.667}] 209 | }, 210 | { 211 | "type":"ellipse", 212 | "style":[{"attr":"cx","val":344.4},{"attr":"cy","val":403.334},{"attr":"rx","val":5},{"attr":"ry","val":17.667}] 213 | } 214 | ] 215 | } 216 | } 217 | }; 218 | -------------------------------------------------------------------------------- /asset/js/index0.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by cjh1 on 2017/6/28. 3 | */ 4 | 5 | import faceData from './data/faceData'; 6 | 7 | window.faceData = faceData; -------------------------------------------------------------------------------- /asset/js/index1.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by cjh1 on 2017/6/28. 3 | */ 4 | 5 | import hairData from './data/hairData'; 6 | 7 | window.hairData = hairData; -------------------------------------------------------------------------------- /asset/js/index2.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by cjh1 on 2017/6/28. 3 | */ 4 | 5 | import hatData from './data/hatData'; 6 | 7 | window.hatData = hatData; -------------------------------------------------------------------------------- /asset/js/svg.js: -------------------------------------------------------------------------------- 1 | 2 | window.toUTF8 = function(str) { 3 | if( typeof( str ) !== "string" ) { 4 | throw new TypeError("toUTF8 function only accept a string as its parameter."); 5 | } 6 | var ret = []; 7 | var c1, c2, c3; 8 | var cc = 0; 9 | for( var i = 0, l = str.length; i < l; i++ ) { 10 | cc = str.charCodeAt(i); 11 | if( cc > 0xFFFF ) { throw new Error("InvalidCharacterError"); } 12 | if( cc > 0x80 ) { 13 | if( cc < 0x07FF ) { 14 | c1 = String.fromCharCode( ( cc >>> 6 ) | 0xC0 ); 15 | c2 = String.fromCharCode( ( cc & 0x3F ) | 0x80 ); 16 | ret.push( c1, c2 ); 17 | } else { 18 | c1 = String.fromCharCode( ( cc >>> 12 ) | 0xE0 ); 19 | c2 = String.fromCharCode( ( ( cc >>> 6 ) & 0x3F ) | 0x80 ); 20 | c3 = String.fromCharCode( ( cc & 0x3F ) | 0x80 ); 21 | ret.push( c1, c2, c3 ); 22 | } 23 | } else { 24 | ret.push(str[i]); 25 | } 26 | } 27 | return ret.join(''); 28 | }; 29 | 30 | /*var SVG = require('svgjs');*/ 31 | 32 | var gs = {}, g; 33 | export default { 34 | addPath: function(parentId, data, key, faceColor, hairColor, style) { 35 | if (gs[parentId]) { 36 | SVG.get(parentId + '2').clear(); 37 | SVG.get('hairBack2').clear(); 38 | gs[parentId] = null; 39 | } 40 | if (!gs[parentId]) { 41 | gs[parentId] = SVG.get(parentId + '2'); 42 | } 43 | var _data = data[key], obj; 44 | if (!_data) { 45 | return false; 46 | } 47 | g = gs[parentId]; 48 | if (_data.frontSide.frontPath) { 49 | // frontpath 50 | for (var i = 0, path; path = _data.frontSide.frontPath[i]; i++) { 51 | if (path.type != null) { 52 | if (path.type === 'line') { 53 | obj = g.line(0,0,0,0); 54 | } else { 55 | obj = g[path.type](); 56 | } 57 | for (var j = 0, attr; attr = path.style[j]; j++) { 58 | if (attr.val == '') { 59 | continue; 60 | } 61 | if (attr.attr == 'fill' || attr.attr == 'stroke-width' || attr.attr == 'stroke' || attr.attr == 'font-size') { 62 | obj.attr(attr.attr, attr.val); 63 | } 64 | else if (attr.attr == 'class') { 65 | if (attr.val == 'faceColor') { 66 | obj.fill(faceColor) 67 | } 68 | } 69 | else if (attr.attr == 'text') { 70 | p.text(attr.val); 71 | } 72 | else { 73 | obj.attr(attr.attr, attr.val); 74 | } 75 | } 76 | } 77 | if (path.path != null) { 78 | obj = g.path(); 79 | obj.plot(path.path); 80 | if (path.style.length > 0) { 81 | obj.fill(hairColor); 82 | } 83 | } 84 | if (style != null) { 85 | console.log('未处理样式'+style); 86 | } 87 | } 88 | } 89 | if (_data.frontSide.path) { 90 | // 在 svg 中插入一個 path 91 | for (var i = 0, path; path = _data.frontSide.path[i]; i++) { 92 | if (path.type != null) { 93 | if (path.type === 'line') { 94 | obj = g.line(0,0,0,0); 95 | } else { 96 | obj = g[path.type](); 97 | } 98 | 99 | for (var j = 0, attr; attr = path.style[j]; j++) { 100 | if (attr.val == '') { 101 | continue; 102 | } 103 | 104 | if (attr.attr == 'fill' || attr.attr == 'stroke-width' || attr.attr == 'stroke' || attr.attr == 'font-size') { 105 | obj.attr(attr.attr, attr.val) 106 | } 107 | else if (attr.attr == 'class') { 108 | if (attr.val == 'faceColor') { 109 | obj.fill(faceColor); 110 | } 111 | } 112 | else if (attr.attr == 'text') { 113 | p.text(attr.val); 114 | } 115 | else { 116 | obj.attr(attr.attr, attr.val) 117 | } 118 | } 119 | } 120 | if (path.path != null) { 121 | obj = g.path(); 122 | obj.plot(path.path); 123 | if (path.style.length > 0) { 124 | obj.fill(hairColor); 125 | } 126 | } 127 | if (style != null) { 128 | console.log('未处理样式'+style); 129 | } 130 | } 131 | } 132 | if (_data.frontSide.backPath) { 133 | if (parentId == 'hair') { 134 | g = SVG('hairBack2'); 135 | } 136 | // 在 svg 中插入一個 path 137 | for (var i = 0, path; path = _data.frontSide.backPath[i]; i++) { 138 | if (path.type != null) { 139 | if (path.type === 'line') { 140 | obj = g.line(0,0,0,0); 141 | } else { 142 | obj = g[path.type](); 143 | } 144 | 145 | for (var j = 0, attr; attr = path.style[j]; j++) { 146 | if (attr.val == '') { 147 | continue; 148 | } 149 | if (attr.attr == 'fill' || attr.attr == 'stroke-width' || attr.attr == 'stroke' || attr.attr == 'font-size') { 150 | obj.attr(attr.attr, attr.val) 151 | } 152 | else if (attr.attr == 'class') { 153 | if (attr.val == 'faceColor') { 154 | obj.fill(faceColor); 155 | } 156 | } 157 | else if (attr.attr == 'text') { 158 | //p.text(attr.val); 159 | console.log('未处理文字') 160 | } 161 | else { 162 | obj.attr(attr.attr, attr.val) 163 | } 164 | } 165 | } 166 | if (path.path != null) { 167 | obj = g.path(); 168 | obj.plot(path.path); 169 | if (path.style.length > 0) { 170 | obj.fill(hairColor); 171 | } 172 | } 173 | if (style != null) { 174 | console.log('未处理样式', style); 175 | } 176 | } 177 | } 178 | _data = null; 179 | }, 180 | getSVGPathes: function() { 181 | var html = $('#svg')[0].outerHTML; 182 | return html; 183 | }, 184 | createDataURL: function() { 185 | var html = window.toUTF8(this.getSVGPathes()); 186 | return 'data:image/svg+xml;base64,'+ btoa(html); 187 | } 188 | }; 189 | 190 | -------------------------------------------------------------------------------- /asset/lib/eui/eui-reset.min.css: -------------------------------------------------------------------------------- 1 | html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} @media print{*,:before,:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;font-size:14px;line-height:1.42;color:#373a3c;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#0e9aef;text-decoration:none}a:hover,a:focus{color:#0a6ba7;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-family:inherit;font-weight:400;font-size:14px;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{font-weight:400;line-height:1;color:#818a91}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}p{margin:0 0 9.5px}.lead{margin-bottom:19px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}ul,ol{padding-left:0;margin-top:0;margin-bottom:0;list-style:none}li{list-style:none}dl{margin-top:0;margin-bottom:0}dt,dd{line-height:1.42}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #818a91}blockquote{padding:9.5px 19px;margin:0 0 19px;font-size:17.5px;border-left:5px solid #eceeef}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42;color:#818a91}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eceeef;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:19px;font-style:normal;line-height:1.42} -------------------------------------------------------------------------------- /img/bg/pic_s11_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_1.png -------------------------------------------------------------------------------- /img/bg/pic_s11_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_10.png -------------------------------------------------------------------------------- /img/bg/pic_s11_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_11.png -------------------------------------------------------------------------------- /img/bg/pic_s11_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_12.png -------------------------------------------------------------------------------- /img/bg/pic_s11_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_13.png -------------------------------------------------------------------------------- /img/bg/pic_s11_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_14.png -------------------------------------------------------------------------------- /img/bg/pic_s11_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_15.png -------------------------------------------------------------------------------- /img/bg/pic_s11_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_16.png -------------------------------------------------------------------------------- /img/bg/pic_s11_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_17.png -------------------------------------------------------------------------------- /img/bg/pic_s11_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_18.png -------------------------------------------------------------------------------- /img/bg/pic_s11_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_19.png -------------------------------------------------------------------------------- /img/bg/pic_s11_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_2.png -------------------------------------------------------------------------------- /img/bg/pic_s11_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_20.png -------------------------------------------------------------------------------- /img/bg/pic_s11_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_3.png -------------------------------------------------------------------------------- /img/bg/pic_s11_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_4.png -------------------------------------------------------------------------------- /img/bg/pic_s11_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_5.png -------------------------------------------------------------------------------- /img/bg/pic_s11_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_6.png -------------------------------------------------------------------------------- /img/bg/pic_s11_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_7.png -------------------------------------------------------------------------------- /img/bg/pic_s11_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_8.png -------------------------------------------------------------------------------- /img/bg/pic_s11_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/bg/pic_s11_9.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_1.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_10.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_11.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_12.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_13.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_14.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_15.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_16.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_17.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_18.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_19.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_2.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_20.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_3.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_4.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_5.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_6.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_7.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_8.png -------------------------------------------------------------------------------- /img/cloth/pic_s8_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/cloth/pic_s8_9.png -------------------------------------------------------------------------------- /img/express/pic_s13_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_1.png -------------------------------------------------------------------------------- /img/express/pic_s13_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_10.png -------------------------------------------------------------------------------- /img/express/pic_s13_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_11.png -------------------------------------------------------------------------------- /img/express/pic_s13_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_12.png -------------------------------------------------------------------------------- /img/express/pic_s13_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_13.png -------------------------------------------------------------------------------- /img/express/pic_s13_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_14.png -------------------------------------------------------------------------------- /img/express/pic_s13_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_15.png -------------------------------------------------------------------------------- /img/express/pic_s13_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_16.png -------------------------------------------------------------------------------- /img/express/pic_s13_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_17.png -------------------------------------------------------------------------------- /img/express/pic_s13_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_18.png -------------------------------------------------------------------------------- /img/express/pic_s13_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_19.png -------------------------------------------------------------------------------- /img/express/pic_s13_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_2.png -------------------------------------------------------------------------------- /img/express/pic_s13_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_20.png -------------------------------------------------------------------------------- /img/express/pic_s13_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_3.png -------------------------------------------------------------------------------- /img/express/pic_s13_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_4.png -------------------------------------------------------------------------------- /img/express/pic_s13_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_5.png -------------------------------------------------------------------------------- /img/express/pic_s13_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_6.png -------------------------------------------------------------------------------- /img/express/pic_s13_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_7.png -------------------------------------------------------------------------------- /img/express/pic_s13_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_8.png -------------------------------------------------------------------------------- /img/express/pic_s13_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/express/pic_s13_9.png -------------------------------------------------------------------------------- /img/eye/pic_s4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_1.png -------------------------------------------------------------------------------- /img/eye/pic_s4_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_10.png -------------------------------------------------------------------------------- /img/eye/pic_s4_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_11.png -------------------------------------------------------------------------------- /img/eye/pic_s4_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_12.png -------------------------------------------------------------------------------- /img/eye/pic_s4_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_13.png -------------------------------------------------------------------------------- /img/eye/pic_s4_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_14.png -------------------------------------------------------------------------------- /img/eye/pic_s4_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_15.png -------------------------------------------------------------------------------- /img/eye/pic_s4_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_16.png -------------------------------------------------------------------------------- /img/eye/pic_s4_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_17.png -------------------------------------------------------------------------------- /img/eye/pic_s4_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_18.png -------------------------------------------------------------------------------- /img/eye/pic_s4_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_19.png -------------------------------------------------------------------------------- /img/eye/pic_s4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_2.png -------------------------------------------------------------------------------- /img/eye/pic_s4_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_20.png -------------------------------------------------------------------------------- /img/eye/pic_s4_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_3.png -------------------------------------------------------------------------------- /img/eye/pic_s4_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_4.png -------------------------------------------------------------------------------- /img/eye/pic_s4_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_5.png -------------------------------------------------------------------------------- /img/eye/pic_s4_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_6.png -------------------------------------------------------------------------------- /img/eye/pic_s4_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_7.png -------------------------------------------------------------------------------- /img/eye/pic_s4_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_8.png -------------------------------------------------------------------------------- /img/eye/pic_s4_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eye/pic_s4_9.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_1.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_10.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_11.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_12.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_13.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_14.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_15.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_16.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_17.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_18.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_19.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_2.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_20.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_21.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_22.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_23.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_24.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_25.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_26.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_27.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_28.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_29.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_3.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_30.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_31.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_4.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_5.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_6.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_7.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_8.png -------------------------------------------------------------------------------- /img/eyebrow/pic_s3_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/eyebrow/pic_s3_9.png -------------------------------------------------------------------------------- /img/face/pic_s2_20000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20000.png -------------------------------------------------------------------------------- /img/face/pic_s2_20001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20001.png -------------------------------------------------------------------------------- /img/face/pic_s2_20002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20002.png -------------------------------------------------------------------------------- /img/face/pic_s2_20003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20003.png -------------------------------------------------------------------------------- /img/face/pic_s2_20004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20004.png -------------------------------------------------------------------------------- /img/face/pic_s2_20005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20005.png -------------------------------------------------------------------------------- /img/face/pic_s2_20006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20006.png -------------------------------------------------------------------------------- /img/face/pic_s2_20007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20007.png -------------------------------------------------------------------------------- /img/face/pic_s2_20008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20008.png -------------------------------------------------------------------------------- /img/face/pic_s2_20009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20009.png -------------------------------------------------------------------------------- /img/face/pic_s2_20010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20010.png -------------------------------------------------------------------------------- /img/face/pic_s2_20011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20011.png -------------------------------------------------------------------------------- /img/face/pic_s2_20012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20012.png -------------------------------------------------------------------------------- /img/face/pic_s2_20013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20013.png -------------------------------------------------------------------------------- /img/face/pic_s2_20014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20014.png -------------------------------------------------------------------------------- /img/face/pic_s2_20015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20015.png -------------------------------------------------------------------------------- /img/face/pic_s2_20016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20016.png -------------------------------------------------------------------------------- /img/face/pic_s2_20017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20017.png -------------------------------------------------------------------------------- /img/face/pic_s2_20018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20018.png -------------------------------------------------------------------------------- /img/face/pic_s2_20019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/face/pic_s2_20019.png -------------------------------------------------------------------------------- /img/feature/pic_s6_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_1.png -------------------------------------------------------------------------------- /img/feature/pic_s6_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_10.png -------------------------------------------------------------------------------- /img/feature/pic_s6_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_11.png -------------------------------------------------------------------------------- /img/feature/pic_s6_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_12.png -------------------------------------------------------------------------------- /img/feature/pic_s6_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_13.png -------------------------------------------------------------------------------- /img/feature/pic_s6_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_14.png -------------------------------------------------------------------------------- /img/feature/pic_s6_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_15.png -------------------------------------------------------------------------------- /img/feature/pic_s6_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_16.png -------------------------------------------------------------------------------- /img/feature/pic_s6_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_17.png -------------------------------------------------------------------------------- /img/feature/pic_s6_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_2.png -------------------------------------------------------------------------------- /img/feature/pic_s6_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_3.png -------------------------------------------------------------------------------- /img/feature/pic_s6_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_4.png -------------------------------------------------------------------------------- /img/feature/pic_s6_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_5.png -------------------------------------------------------------------------------- /img/feature/pic_s6_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_6.png -------------------------------------------------------------------------------- /img/feature/pic_s6_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_7.png -------------------------------------------------------------------------------- /img/feature/pic_s6_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_8.png -------------------------------------------------------------------------------- /img/feature/pic_s6_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/feature/pic_s6_9.png -------------------------------------------------------------------------------- /img/glass/pic_s7_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_1.png -------------------------------------------------------------------------------- /img/glass/pic_s7_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_10.png -------------------------------------------------------------------------------- /img/glass/pic_s7_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_11.png -------------------------------------------------------------------------------- /img/glass/pic_s7_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_12.png -------------------------------------------------------------------------------- /img/glass/pic_s7_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_13.png -------------------------------------------------------------------------------- /img/glass/pic_s7_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_14.png -------------------------------------------------------------------------------- /img/glass/pic_s7_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_15.png -------------------------------------------------------------------------------- /img/glass/pic_s7_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_16.png -------------------------------------------------------------------------------- /img/glass/pic_s7_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_17.png -------------------------------------------------------------------------------- /img/glass/pic_s7_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_18.png -------------------------------------------------------------------------------- /img/glass/pic_s7_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_2.png -------------------------------------------------------------------------------- /img/glass/pic_s7_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_20.png -------------------------------------------------------------------------------- /img/glass/pic_s7_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_3.png -------------------------------------------------------------------------------- /img/glass/pic_s7_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_4.png -------------------------------------------------------------------------------- /img/glass/pic_s7_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_5.png -------------------------------------------------------------------------------- /img/glass/pic_s7_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_6.png -------------------------------------------------------------------------------- /img/glass/pic_s7_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_7.png -------------------------------------------------------------------------------- /img/glass/pic_s7_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_8.png -------------------------------------------------------------------------------- /img/glass/pic_s7_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/glass/pic_s7_9.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_1.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_10.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_11.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_12.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_13.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_14.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_15.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_16.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_17.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_18.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_19.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_2.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_20.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_3.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_5.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_6.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_68.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_7.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_8.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_82.png -------------------------------------------------------------------------------- /img/hair/female/pic_s1_g_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/female/pic_s1_g_9.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_0.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_1.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_10.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_11.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_12.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_13.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_14.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_15.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_16.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_17.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_18.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_19.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_2.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_23.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_3.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_4.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_45.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_46.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_49.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_5.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_50.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_56.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_58.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_6.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_60.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_63.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_65.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_68.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_7.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_70.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_73.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_8.png -------------------------------------------------------------------------------- /img/hair/male/pic_s1_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hair/male/pic_s1_9.png -------------------------------------------------------------------------------- /img/hat/pic_s9_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_1.png -------------------------------------------------------------------------------- /img/hat/pic_s9_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_10.png -------------------------------------------------------------------------------- /img/hat/pic_s9_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_11.png -------------------------------------------------------------------------------- /img/hat/pic_s9_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_12.png -------------------------------------------------------------------------------- /img/hat/pic_s9_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_13.png -------------------------------------------------------------------------------- /img/hat/pic_s9_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_14.png -------------------------------------------------------------------------------- /img/hat/pic_s9_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_15.png -------------------------------------------------------------------------------- /img/hat/pic_s9_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_16.png -------------------------------------------------------------------------------- /img/hat/pic_s9_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_17.png -------------------------------------------------------------------------------- /img/hat/pic_s9_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_18.png -------------------------------------------------------------------------------- /img/hat/pic_s9_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_2.png -------------------------------------------------------------------------------- /img/hat/pic_s9_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_3.png -------------------------------------------------------------------------------- /img/hat/pic_s9_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_4.png -------------------------------------------------------------------------------- /img/hat/pic_s9_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_5.png -------------------------------------------------------------------------------- /img/hat/pic_s9_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_6.png -------------------------------------------------------------------------------- /img/hat/pic_s9_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_7.png -------------------------------------------------------------------------------- /img/hat/pic_s9_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_8.png -------------------------------------------------------------------------------- /img/hat/pic_s9_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hat/pic_s9_9.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_1.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_10.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_11.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_12.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_13.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_14.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_15.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_16.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_17.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_18.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_19.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_2.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_20.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_3.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_4.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_5.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_6.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_7.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_8.png -------------------------------------------------------------------------------- /img/hobby/pic_s10_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/hobby/pic_s10_9.png -------------------------------------------------------------------------------- /img/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/loading.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_1.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_10.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_11.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_12.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_13.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_14.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_15.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_16.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_17.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_18.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_19.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_2.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_20.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_3.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_4.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_5.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_6.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_7.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_8.png -------------------------------------------------------------------------------- /img/mouth/pic_s5_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/mouth/pic_s5_9.png -------------------------------------------------------------------------------- /img/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/none.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20000.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20001.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20002.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20003.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20004.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20005.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20006.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20007.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20008.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20009.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20010.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20011.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20012.png -------------------------------------------------------------------------------- /img/nose/pic_s14_20013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunser/face-front/47ce232e7e3ecc1fa0d2b53d306e4baa88aeb757/img/nose/pic_s14_20013.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |47 | | 48 | | 49 | |
52 | | 53 | | 54 | |
57 | | 58 | | 59 | |