-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dd1f81
commit a96c6c3
Showing
10 changed files
with
72 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,7 @@ node_modules/ | |
output/ | ||
*.svg | ||
!*-good.svg | ||
*.png | ||
!tests/expected/*.svg | ||
!tests/expected/*.png | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<mxfile host="app.diagrams.net" modified="2023-06-20T04:09:31.670Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" etag="e18gbWHugdKZuTiiPNY9" version="21.5.0" type="github"> | ||
<diagram name="第 1 页" id="it8AnUai0ouTSQVn7LDP"> | ||
<mxGraphModel dx="1434" dy="708" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0"> | ||
<root> | ||
<mxCell id="0" /> | ||
<mxCell id="1" parent="0" /> | ||
<mxCell id="rcWM7fpsVE3WYOQHMuyr-1" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#F9F9F9;arcSize=4;shadow=0;strokeWidth=3;strokeColor=#F9F9F9;" vertex="1" parent="1"> | ||
<mxGeometry x="90" y="120" width="634" height="144" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="rcWM7fpsVE3WYOQHMuyr-2" value="<font style="font-size: 15px" face="Comic Sans MS"><span><span><span style="font-weight: 400;">中文简体</span><br></span></span></font>" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;strokeWidth=3;fillColor=#FFFFFF;strokeColor=#EEEEEE;fontColor=#5F39DD;fontStyle=1;gradientColor=#ffffff;" vertex="1" parent="1"> | ||
<mxGeometry x="133" y="179" width="120" height="60" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="rcWM7fpsVE3WYOQHMuyr-3" value="<font style="font-size: 15px" face="Comic Sans MS"><span><span><span style="font-weight: 400;">繁體</span><br></span></span></font>" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;strokeWidth=3;fillColor=#FFFFFF;strokeColor=#EEEEEE;fontColor=#5F39DD;fontStyle=1;gradientColor=#ffffff;" vertex="1" parent="1"> | ||
<mxGeometry x="333" y="179" width="120" height="60" as="geometry" /> | ||
</mxCell> | ||
<mxCell id="rcWM7fpsVE3WYOQHMuyr-4" value="<font style="font-size: 15px" face="Comic Sans MS"><span><span><span style="font-weight: normal">中英文</span><br>GraphSQL<br></span></span></font>" style="rounded=1;whiteSpace=wrap;html=1;shadow=0;strokeWidth=3;fillColor=#FFFFFF;strokeColor=#EEEEEE;fontColor=#5F39DD;fontStyle=1;gradientColor=#ffffff;" vertex="1" parent="1"> | ||
<mxGeometry x="533" y="179" width="120" height="60" as="geometry" /> | ||
</mxCell> | ||
</root> | ||
</mxGraphModel> | ||
</diagram> | ||
</mxfile> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bats | ||
|
||
. tests/base.bats | ||
|
||
@test "Fonts chinese" { | ||
docker_test "" 0 "export-fonts-chinese" "tests/data" -x -f png fonts/chinese.drawio | ||
diff tests/expected/fonts-chinese.png tests/data/fonts/chinese.png | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters