You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i set the parameter "selectionBackgroundColor" for an object, this color is still present on the exported image. It should not appear on the export (like the other "selection" items are not presents : corners, selection rect border...etc).
You can see the selectionBackground rect, while the other selection items (corners...etc) are not exported.
The "fillStyle" should be made transparent and not using the backgroundcolor before the image export ? no ?
The text was updated successfully, but these errors were encountered:
Hi,
If i set the parameter "selectionBackgroundColor" for an object, this color is still present on the exported image. It should not appear on the export (like the other "selection" items are not presents : corners, selection rect border...etc).
Steps to reproduce :
http://jsfiddle.net/j229j5b4/1/
Select the red rect, and click on the 'todataurl' button.
You can see the selectionBackground rect, while the other selection items (corners...etc) are not exported.
The "fillStyle" should be made transparent and not using the backgroundcolor before the image export ? no ?
The text was updated successfully, but these errors were encountered: