@@ -1316,6 +1316,9 @@ <h1 class="page-title">Source: gitgraph.js</h1>
1316
1316
}
1317
1317
1318
1318
alpha = rotate(alphaY, alphaX);
1319
+ }
1320
+
1321
+ if (this.type === "mergeCommit"){
1319
1322
color = this.parentCommit.branch.color;
1320
1323
}
1321
1324
@@ -1424,9 +1427,9 @@ <h1 class="page-title">Source: gitgraph.js</h1>
1424
1427
* @param {number} [options.branch.spacingY] - Space between branches
1425
1428
* @param {number} [options.commit.spacingX] - Space between commits
1426
1429
* @param {number} [options.commit.spacingY] - Space between commits
1427
- * @param {number} [options.commit.widthExtension = 0] - Additional width to be added to the calculated width
1430
+ * @param {number} [options.commit.widthExtension = 0] - Additional width to be added to the calculated width
1428
1431
* @param {string} [options.commit.color] - Master commit color (dot & message)
1429
- * @param {string} [options.commit.dot.font] - Commit dot color
1432
+ * @param {string} [options.commit.dot.font] - Commit dot font
1430
1433
* @param {string} [options.commit.dot.color] - Commit dot color
1431
1434
* @param {number} [options.commit.dot.size] - Commit dot size
1432
1435
* @param {number} [options.commit.dot.strokeWidth] - Commit dot stroke width
@@ -1905,7 +1908,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Branch.ht
1905
1908
< br class ="clear ">
1906
1909
1907
1910
< footer >
1908
- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Sat Dec 29 2018 16:51:16 GMT-0500 (EST)
1911
+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Sun Jan 27 2019 14:02:18 GMT-0500 (EST)
1909
1912
</ footer >
1910
1913
1911
1914
< script > prettyPrint ( ) ; </ script >
0 commit comments