mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 23:54:27 +02:00
BOOM\! Got branch stack ordering down
This commit is contained in:
parent
499961f3b5
commit
6e7e06277e
4 changed files with 76 additions and 12 deletions
|
@ -20,11 +20,12 @@ var GRAPHICS = {
|
|||
defaultAnimationTime: 300,
|
||||
rectFill: '#FF3A3A',
|
||||
rectStroke: '#FFF',
|
||||
rectStrokeWidth: '3'
|
||||
rectStrokeWidth: '3',
|
||||
multiBranchY: 20,
|
||||
};
|
||||
|
||||
/**
|
||||
* Graphics style
|
||||
* Graphics style -- DEPRECATED
|
||||
*/
|
||||
var graphics = {
|
||||
// colors
|
||||
|
@ -46,7 +47,7 @@ var graphics = {
|
|||
arrowFill: '#FFF',
|
||||
arrowStroke: '#000',
|
||||
arrowWidth: 4,
|
||||
arrowHeadWidth: 5
|
||||
arrowHeadWidth: 5,
|
||||
};
|
||||
|
||||
function randomString(string_length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue