|
|
@ -169,7 +169,7 @@ class EdgesHandler { |
|
|
|
// update fonts in all edges
|
|
|
|
if (options.font !== undefined) { |
|
|
|
// use the parser from the Label class to fill in all shorthand notations
|
|
|
|
Label.parseOptions(this.options, options); |
|
|
|
Label.parseOptions(this.options.font, options); |
|
|
|
for (let edgeId in this.body.edges) { |
|
|
|
if (this.body.edges.hasOwnProperty(edgeId)) { |
|
|
|
this.body.edges[edgeId].updateLabelModule(); |
|
|
|