Test of font-settings for correct image snapshots

This commit is contained in:
Knut Sveidqvist
2019-10-12 09:16:33 +02:00
parent a258eda035
commit 2da55993e0
3 changed files with 7 additions and 10 deletions

View File

@@ -404,8 +404,6 @@ export const drawEdge = function(elem, path, relation) {
const g = elem.append('g').attr('class', 'stateLabel');
const label = g
.append('text')
.attr('class', 'label')
.attr('fill', 'red')
.attr('text-anchor', 'middle')
.text(relation.title);
const { x, y } = utils.calcLabelPosition(path.points);