Skip to content

Commit 8fe2bc5

Browse files
committed
DVF-1891 Venn fixes
1 parent 29b467c commit 8fe2bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vector/svg/Renderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@ acgraph.vector.svg.Renderer.prototype.applyFill = function(element) {
10421042
imageFill.id(); // if the identifier of the fill is still empty, it will be generated
10431043
imageFill.parent(element.getStage()).render();
10441044
this.setAttribute_(element.domElement(), 'fill', pathPrefix + imageFill.id() + ')');
1045+
this.setAttribute_(element.domElement(), 'fill-opacity', goog.isDef(fill['opacity']) ? fill['opacity'] : 1);
10451046
}
10461047
} else if (fill instanceof acgraph.vector.HatchFill) {
10471048
var hatch = /** @type {acgraph.vector.HatchFill} */(fill);

0 commit comments

Comments
 (0)