-
Notifications
You must be signed in to change notification settings - Fork 44
[SVG] Cannot export the SVGScene into image #99
Copy link
Copy link
Open
Description
We are trying to export the canvas to png using add.renderer.generateTexture and app.renderer.extract, but the svg object isn't showing in the image.
After digging into the source code and found out this line is causing the issue
pixi-essentials/packages/svg/src/SVGScene.ts
Line 177 in 0c61c08
| this._cull.cull(renderer.renderTexture.sourceFrame, true); |
By removing this line, the svg object now can export as expected
- this._cull.cull(renderer.renderTexture.sourceFrame, true);Although the app works fine without this line, we are not sure wether if there's side effect or not.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels