Merge pull request #3719 from CalebUsadi/fix/3711_er_fill_attribute

Change fill attribute to style
This commit is contained in:
Knut Sveidqvist 2022-10-25 15:01:35 +02:00 committed by GitHub
commit 10ba3b612e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,7 +357,7 @@ const drawEntities = function (svgNode, entities, graph) {
const rectNode = groupNode
.insert('rect', '#' + textId)
.attr('class', 'er entityBox')
.attr('fill', conf.fill)
.style('fill', conf.fill)
.attr('fill-opacity', '100%')
.attr('stroke', conf.stroke)
.attr('x', 0)