mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
update sdoc version
This commit is contained in:
parent
04e39f6d95
commit
6ce5fbbdef
107
frontend/package-lock.json
generated
107
frontend/package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "0.1.83",
|
||||
"@seafile/sdoc-editor": "0.1.84",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.3.132",
|
||||
"@seafile/slate-react": "0.54.13",
|
||||
@ -2972,6 +2972,14 @@
|
||||
"react": ">=0.14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@icons/material": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@icons/material/-/material-0.2.4.tgz",
|
||||
"integrity": "sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==",
|
||||
"peerDependencies": {
|
||||
"react": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@istanbuljs/load-nyc-config": {
|
||||
"version": "1.1.0",
|
||||
"dev": true,
|
||||
@ -5198,9 +5206,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@seafile/sdoc-editor": {
|
||||
"version": "0.1.83",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.83.tgz",
|
||||
"integrity": "sha512-nymDvlXrWOLy5DpwMmmCnHj74Ri7y+pYD2IHm5uomKKVuHBAB7Wl4HrI/pD0FzmMfS7XkcNAKOXHTRrkwcnDng==",
|
||||
"version": "0.1.84",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.84.tgz",
|
||||
"integrity": "sha512-tv7qNG8Yl7mEmVwvhvafaW+LNn7+x0BouguAsagE3XAIkgoJYMafo2YliGbM/wfm1VeK2QKrjxSY3+bRBKTMbw==",
|
||||
"dependencies": {
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/slate": "0.91.8",
|
||||
@ -5216,6 +5224,7 @@
|
||||
"lodash.throttle": "4.1.1",
|
||||
"prismjs": "^1.29.0",
|
||||
"randomcolor": "0.6.2",
|
||||
"react-color": "2.19.3",
|
||||
"react-cookies": "0.1.1",
|
||||
"reactstrap": "8.9.0",
|
||||
"slugid": "3.2.0",
|
||||
@ -17708,6 +17717,11 @@
|
||||
"version": "4.17.21",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/lodash-es": {
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
||||
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
|
||||
},
|
||||
"node_modules/lodash._reinterpolate": {
|
||||
"version": "3.0.0",
|
||||
"dev": true,
|
||||
@ -18044,6 +18058,11 @@
|
||||
"css-mediaquery": "^0.1.2"
|
||||
}
|
||||
},
|
||||
"node_modules/material-colors": {
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz",
|
||||
"integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg=="
|
||||
},
|
||||
"node_modules/mathjax-full": {
|
||||
"version": "3.2.0",
|
||||
"license": "Apache-2.0",
|
||||
@ -22749,6 +22768,23 @@
|
||||
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-color": {
|
||||
"version": "2.19.3",
|
||||
"resolved": "https://registry.npmjs.org/react-color/-/react-color-2.19.3.tgz",
|
||||
"integrity": "sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==",
|
||||
"dependencies": {
|
||||
"@icons/material": "^0.2.4",
|
||||
"lodash": "^4.17.15",
|
||||
"lodash-es": "^4.17.15",
|
||||
"material-colors": "^1.2.1",
|
||||
"prop-types": "^15.5.10",
|
||||
"reactcss": "^1.2.0",
|
||||
"tinycolor2": "^1.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/react-cookies": {
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
@ -23533,6 +23569,14 @@
|
||||
"react-dom": ">=16.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/reactcss": {
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/reactcss/-/reactcss-1.2.3.tgz",
|
||||
"integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
|
||||
"dependencies": {
|
||||
"lodash": "^4.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/reactstrap": {
|
||||
"version": "8.9.0",
|
||||
"resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-8.9.0.tgz",
|
||||
@ -27146,6 +27190,11 @@
|
||||
"version": "1.0.3",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/tinycolor2": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
|
||||
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
|
||||
},
|
||||
"node_modules/tmpl": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
||||
@ -31714,6 +31763,12 @@
|
||||
"warning": "^4.0.3"
|
||||
}
|
||||
},
|
||||
"@icons/material": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@icons/material/-/material-0.2.4.tgz",
|
||||
"integrity": "sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==",
|
||||
"requires": {}
|
||||
},
|
||||
"@istanbuljs/load-nyc-config": {
|
||||
"version": "1.1.0",
|
||||
"dev": true,
|
||||
@ -33361,9 +33416,9 @@
|
||||
"version": "1.1.16"
|
||||
},
|
||||
"@seafile/sdoc-editor": {
|
||||
"version": "0.1.83",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.83.tgz",
|
||||
"integrity": "sha512-nymDvlXrWOLy5DpwMmmCnHj74Ri7y+pYD2IHm5uomKKVuHBAB7Wl4HrI/pD0FzmMfS7XkcNAKOXHTRrkwcnDng==",
|
||||
"version": "0.1.84",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.84.tgz",
|
||||
"integrity": "sha512-tv7qNG8Yl7mEmVwvhvafaW+LNn7+x0BouguAsagE3XAIkgoJYMafo2YliGbM/wfm1VeK2QKrjxSY3+bRBKTMbw==",
|
||||
"requires": {
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/slate": "0.91.8",
|
||||
@ -33379,6 +33434,7 @@
|
||||
"lodash.throttle": "4.1.1",
|
||||
"prismjs": "^1.29.0",
|
||||
"randomcolor": "0.6.2",
|
||||
"react-color": "2.19.3",
|
||||
"react-cookies": "0.1.1",
|
||||
"reactstrap": "8.9.0",
|
||||
"slugid": "3.2.0",
|
||||
@ -41974,6 +42030,11 @@
|
||||
"lodash": {
|
||||
"version": "4.17.21"
|
||||
},
|
||||
"lodash-es": {
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
||||
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
|
||||
},
|
||||
"lodash._reinterpolate": {
|
||||
"version": "3.0.0",
|
||||
"dev": true
|
||||
@ -42221,6 +42282,11 @@
|
||||
"css-mediaquery": "^0.1.2"
|
||||
}
|
||||
},
|
||||
"material-colors": {
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz",
|
||||
"integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg=="
|
||||
},
|
||||
"mathjax-full": {
|
||||
"version": "3.2.0",
|
||||
"requires": {
|
||||
@ -45692,6 +45758,20 @@
|
||||
"prop-types": "^15.7.2"
|
||||
}
|
||||
},
|
||||
"react-color": {
|
||||
"version": "2.19.3",
|
||||
"resolved": "https://registry.npmjs.org/react-color/-/react-color-2.19.3.tgz",
|
||||
"integrity": "sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==",
|
||||
"requires": {
|
||||
"@icons/material": "^0.2.4",
|
||||
"lodash": "^4.17.15",
|
||||
"lodash-es": "^4.17.15",
|
||||
"material-colors": "^1.2.1",
|
||||
"prop-types": "^15.5.10",
|
||||
"reactcss": "^1.2.0",
|
||||
"tinycolor2": "^1.4.1"
|
||||
}
|
||||
},
|
||||
"react-cookies": {
|
||||
"version": "0.1.1",
|
||||
"requires": {
|
||||
@ -46272,6 +46352,14 @@
|
||||
"prop-types": "^15.6.2"
|
||||
}
|
||||
},
|
||||
"reactcss": {
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/reactcss/-/reactcss-1.2.3.tgz",
|
||||
"integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
|
||||
"requires": {
|
||||
"lodash": "^4.0.1"
|
||||
}
|
||||
},
|
||||
"reactstrap": {
|
||||
"version": "8.9.0",
|
||||
"resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-8.9.0.tgz",
|
||||
@ -48895,6 +48983,11 @@
|
||||
"tiny-warning": {
|
||||
"version": "1.0.3"
|
||||
},
|
||||
"tinycolor2": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
|
||||
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
|
||||
},
|
||||
"tmpl": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "0.1.83",
|
||||
"@seafile/sdoc-editor": "0.1.84",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.3.132",
|
||||
"@seafile/slate-react": "0.54.13",
|
||||
|
@ -262,5 +262,48 @@
|
||||
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
||||
"Load_doc_content_error": "Load doc content error",
|
||||
"Draft": "Draft",
|
||||
"Unmark_as_draft": "Unmark as draft"
|
||||
"Unmark_as_draft": "Unmark as draft",
|
||||
"Background_color": "Background color",
|
||||
"No_color": "No color",
|
||||
"Standard_color": "Standard color",
|
||||
"Recently_used": "Recently used",
|
||||
"More_color": "More color",
|
||||
"White": "White",
|
||||
"Black": "Black",
|
||||
"Blue_grey": "Blue_grey",
|
||||
"Blue": "Blue",
|
||||
"Sky_blue": "Sky_blue",
|
||||
"Green": "Green",
|
||||
"Red": "Red",
|
||||
"Orange": "Orange",
|
||||
"Yellow": "Yellow",
|
||||
"Purple": "Purple",
|
||||
"Light_grey_x": "Light grey {{value}}",
|
||||
"Dark_grey_x": "Dark grey {{value}}",
|
||||
"Light_blue_grey_x": "Light blue grey {{value}}",
|
||||
"Light_blue_x": "Light blue {{value}}",
|
||||
"Light_sky_blue_x": "Light sky blue {{value}}",
|
||||
"Light_green_x": "Light green {{value}}",
|
||||
"Light_red_x": "Light red {{value}}",
|
||||
"Light_orange_x": "Light orange {{value}}",
|
||||
"Light_yellow_x": "Light yellow {{value}}",
|
||||
"Light_purple_x": "Light purple {{value}}",
|
||||
"Dark_blue_grey_x": "Dark blue grey {{value}}",
|
||||
"Dark_blue_x": "Dark blue {{value}}",
|
||||
"Dark_sky_blue_x": "Dark sky blue {{value}}",
|
||||
"Dark_green_x": "Dark green {{value}}",
|
||||
"Dark_red_x": "Dark red {{value}}",
|
||||
"Dark_orange_x": "Dark orange {{value}}",
|
||||
"Dark_yellow_x": "Dark yellow {{value}}",
|
||||
"Dark_purple_x": "Dark purple {{value}}",
|
||||
"Standard_dark_red": "Standard dark red",
|
||||
"Standard_red": "Standard red",
|
||||
"Standard_orange": "Standard orange",
|
||||
"Standard_yellow": "Standard yellow",
|
||||
"Standard_light_green": "Standard light green",
|
||||
"Standard_green": "Standard green",
|
||||
"Standard_light_blue": "Standard light blue",
|
||||
"Standard_blue": "Standard blue",
|
||||
"Standard_dark_blue": "Standard dark blue",
|
||||
"Standard_purple": "Standard purple"
|
||||
}
|
||||
|
@ -262,5 +262,48 @@
|
||||
"Start_revise_tip": "创建一个临时文档并对其进行修订,检查更改后将其合并回来",
|
||||
"Load_doc_content_error": "加载文档内容错误",
|
||||
"Draft": "草稿",
|
||||
"Unmark_as_draft": "取消草稿标记"
|
||||
"Unmark_as_draft": "取消草稿标记",
|
||||
"Background_color": "背景色",
|
||||
"No_color": "无颜色",
|
||||
"Standard_color": "标准色",
|
||||
"Recently_used": "最近使用",
|
||||
"More_color": "更多颜色",
|
||||
"White": "白",
|
||||
"Black": "黑",
|
||||
"Blue_grey": "蓝灰",
|
||||
"Blue": "蓝",
|
||||
"Sky_blue": "天蓝",
|
||||
"Green": "绿",
|
||||
"Red": "红",
|
||||
"Orange": "橙",
|
||||
"Yellow": "黄",
|
||||
"Purple": "紫",
|
||||
"Light_grey_x": "浅灰 {{value}}",
|
||||
"Dark_grey_x": "深灰 {{value}}",
|
||||
"Light_blue_grey_x": "浅蓝灰 {{value}}",
|
||||
"Light_blue_x": "浅蓝 {{value}}",
|
||||
"Light_sky_blue_x": "浅天蓝 {{value}}",
|
||||
"Light_green_x": "浅绿 {{value}}",
|
||||
"Light_red_x": "浅红 {{value}}",
|
||||
"Light_orange_x": "浅橙 {{value}}",
|
||||
"Light_yellow_x": "浅黄 {{value}}",
|
||||
"Light_purple_x": "浅紫 {{value}}",
|
||||
"Dark_blue_grey_x": "深蓝灰 {{value}}",
|
||||
"Dark_blue_x": "深蓝 {{value}}",
|
||||
"Dark_sky_blue_x": "深天蓝 {{value}}",
|
||||
"Dark_green_x": "深绿 {{value}}",
|
||||
"Dark_red_x": "深红 {{value}}",
|
||||
"Dark_orange_x": "深橙 {{value}}",
|
||||
"Dark_yellow_x": "深黄 {{value}}",
|
||||
"Dark_purple_x": "深紫 {{value}}",
|
||||
"Standard_dark_red": "标准深红",
|
||||
"Standard_red": "标准红",
|
||||
"Standard_orange": "标准橙",
|
||||
"Standard_yellow": "标准黄",
|
||||
"Standard_light_green": "标准浅绿",
|
||||
"Standard_green": "标准绿",
|
||||
"Standard_light_blue": "标准浅蓝",
|
||||
"Standard_blue": "标准蓝",
|
||||
"Standard_dark_blue": "标准深蓝",
|
||||
"Standard_purple": "标准紫"
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "sdocfont"; /* Project id 4097705 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1689301494065'); /* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1689301494065#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1689301494065') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1689301494065') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1689301494065') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1689301494065#sdocfont') format('svg');
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1689838000925'); /* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1689838000925#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1689838000925') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1689838000925') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1689838000925') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1689838000925#sdocfont') format('svg');
|
||||
}
|
||||
|
||||
.sdocfont {
|
||||
@ -16,6 +16,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.sdoc-bg-color:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.sdoc-right-slide:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.sdoc-superscript:before {
|
||||
content: "\e638";
|
||||
}
|
||||
|
Binary file not shown.
@ -14,6 +14,10 @@
|
||||
/>
|
||||
<missing-glyph />
|
||||
|
||||
<glyph glyph-name="sdoc-bg-color" unicode="" d="M906.4-64c60.8 0 105.6 48 105.6 105.6 0 38.4-35.2 124.8-105.6 246.4C836 160 800.8 80 800.8 41.6c0-60.8 48-105.6 105.6-105.6zM512.8 761.6l358.4-352c35.2-35.2 35.2-92.8 0-128l-358.4-352c-35.2-35.2-92.8-35.2-131.2 0l-355.2 352c-35.2 35.2-35.2 92.8 0 128L356 736l-19.2 19.2c-25.6 22.4-25.6 64 0 89.6s64 22.4 89.6 0l86.4-83.2z m-368-400h614.4L452 649.6c0-3.2-307.2-288-307.2-288z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-right-slide" unicode="" d="M806.4 438.4L336 812.8c-54.4 44.8-144 9.6-144-54.4v-748.8c0-64 86.4-99.2 144-54.4l470.4 374.4c35.2 28.8 35.2 80 0 108.8z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-superscript" unicode="" d="M659.62016 812.8c22.4 22.4 57.6 25.6 83.2 6.4l6.4-6.4 3.2-3.2c22.4-22.4 25.6-57.6 9.6-83.2l-6.4-6.4L474.02016 384l281.6-336c22.4-25.6 22.4-67.2-3.2-92.8l-3.2-3.2c-12.8-9.6-28.8-16-44.8-16-16 0-32 6.4-44.8 19.2l-3.2 3.2L384.42016 281.6 112.42016-44.8l-3.2-3.2c-22.4-22.4-57.6-25.6-80-6.4l-6.4 6.4-3.2 3.2c-22.4 22.4-25.6 57.6-9.6 83.2l6.4 6.4L298.02016 384 16.42016 720c-22.4 25.6-22.4 67.2 3.2 92.8l3.2 3.2c12.8 9.6 28.8 16 44.8 16s32-6.4 44.8-19.2l3.2-3.2 272-320 272 323.2z m259.2 19.2c28.8 0 54.4-9.6 73.6-25.6 22.4-19.2 32-41.6 32-70.4 0-28.8-9.6-51.2-32-73.6-9.6-12.8-28.8-25.6-54.4-41.6l-9.6-9.6c-32-22.4-51.2-38.4-57.6-54.4H1024.42016V512h-217.6c0 32 9.6 60.8 32 83.2 9.6 12.8 28.8 28.8 57.6 51.2l12.8 9.6c19.2 12.8 35.2 25.6 41.6 35.2 12.8 16 19.2 32 19.2 51.2 0 16-6.4 28.8-12.8 38.4-9.6 9.6-22.4 12.8-41.6 12.8-19.2 0-35.2-6.4-44.8-19.2-9.6-12.8-16-32-16-54.4h-51.2c0 35.2 9.6 64 32 86.4 22.4 12.8 51.2 25.6 83.2 25.6z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-subscript" unicode="" d="M659.62016 812.8c22.4 22.4 57.6 25.6 83.2 6.4l6.4-6.4 3.2-3.2c22.4-22.4 25.6-57.6 9.6-83.2l-6.4-6.4L474.02016 384l281.6-336c22.4-25.6 22.4-67.2-3.2-92.8l-3.2-3.2c-12.8-9.6-28.8-16-44.8-16-16 0-32 6.4-44.8 19.2l-3.2 3.2L384.42016 281.6 112.42016-44.8l-3.2-3.2c-22.4-22.4-57.6-25.6-80-6.4l-6.4 6.4-3.2 3.2c-22.4 22.4-25.6 57.6-9.6 83.2l6.4 6.4L298.02016 384 16.42016 720c-22.4 25.6-22.4 67.2 3.2 92.8l3.2 3.2c12.8 9.6 28.8 16 44.8 16s32-6.4 44.8-19.2l3.2-3.2 272-320 272 323.2zM918.82016 288c28.8 0 54.4-9.6 73.6-25.6 19.2-16 28.8-38.4 28.8-67.2 0-28.8-9.6-51.2-32-73.6-9.6-12.8-28.8-25.6-54.4-41.6l-6.4-12.8c-32-22.4-51.2-38.4-57.6-54.4H1024.42016V-32h-217.6c0 32 9.6 60.8 32 83.2 9.6 12.8 28.8 28.8 60.8 48l12.8 9.6c19.2 12.8 35.2 25.6 41.6 35.2 12.8 16 19.2 32 19.2 51.2 0 16-6.4 28.8-12.8 38.4-9.6 9.6-22.4 12.8-41.6 12.8-19.2 0-35.2-6.4-44.8-19.2-9.6-12.8-16-32-16-54.4h-51.2c0 35.2 9.6 64 32 86.4 19.2 16 48 28.8 80 28.8z" horiz-adv-x="1024" />
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user