Skip to content

Commit ad783c2

Browse files
committed
Merge in fix gliffy#53
via @kinimesi
1 parent c7bd374 commit ad783c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

canvas2svg.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,7 @@
11411141
svgImage = this.__createElement("image");
11421142
svgImage.setAttribute("width", dw);
11431143
svgImage.setAttribute("height", dh);
1144+
svgImage.setAttribute("opacity", this.globalAlpha);
11441145
svgImage.setAttribute("preserveAspectRatio", "none");
11451146

11461147
if (sx || sy || sw !== image.width || sh !== image.height) {

0 commit comments

Comments
 (0)