-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1614 from gavin-ts/code_font_size
code shape: apply font-size to render
- Loading branch information
Showing
8 changed files
with
908 additions
and
1 deletion.
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
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,25 @@ | ||
'Data' -- y | ||
x -- 'Data' | ||
'Data': { | ||
style.fill: "#c8e9ad" | ||
style.stroke: "#c8e9ad" | ||
style.stroke-width: 15 | ||
ex: |go | ||
Testing 001: AAA | ||
Testing 002: BBB | ||
Testing 003: CCC | ||
Testing 004: DDD | ||
Testing 005: EEE | ||
Testing 006: FFF | ||
Testing 007: GGG | ||
Testing 008: HHH | ||
Testing 009: III | ||
Testing 010: JJJ | ||
Testing 011: KKK | ||
Testing 012: LLL | ||
Testing 013: MMM | ||
Testing 014: NNN | ||
Testing 015: OOO | ||
| | ||
ex.style.font-size: 10 | ||
} |
306 changes: 306 additions & 0 deletions
306
e2etests/testdata/regression/code_font_size/dagre/board.exp.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.