fix: freedraw element's background fill color missing from SVG when exporting with package API exportToSvg() (#4871)
This commit is contained in:
parent
6765fc16be
commit
1849ff6ee2
@ -924,6 +924,7 @@ export const renderElementToSvg = (
|
||||
break;
|
||||
}
|
||||
case "freedraw": {
|
||||
generateElementShape(element, generator);
|
||||
generateFreeDrawShape(element);
|
||||
const opacity = element.opacity / 100;
|
||||
const shape = getShapeForElement(element);
|
||||
|
Loading…
x
Reference in New Issue
Block a user