mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 23:54:27 +02:00
have visual refs working and better error models
This commit is contained in:
parent
9221088853
commit
af76c03ad1
10 changed files with 212 additions and 74 deletions
|
@ -20,10 +20,21 @@ var graphics = {
|
|||
edgeStroke: 'rgba(94%, 96%, 98%, 0.5)', // '#EFF5FB',
|
||||
nodeEdge: 'rgba(94%, 96%, 98%, 0.9)', // '#EFF5FB',
|
||||
nodeFill: '#0066cc',
|
||||
nodeRadius: 10,
|
||||
|
||||
// widths
|
||||
nodeStrokeWidth: 15,
|
||||
edgeWidth: 2,
|
||||
|
||||
// ref names
|
||||
refFont: '14pt Courier New',
|
||||
refFontFill: '#FFF',
|
||||
|
||||
// ref arrows
|
||||
arrowFill: '#FFF',
|
||||
arrowStroke: '#000',
|
||||
arrowWidth: 4,
|
||||
arrowHeadWidth: 5
|
||||
};
|
||||
|
||||
function randomString(string_length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue