Lunacy version: 15.0.0.20558 (also on previous 14 stable)
OS version: Windows 11, Fedora 43
I am trying to export the content of a slice to several formats, including PNG and SVG.
SVG is always blank, but PNG works fine (for testing purposes, I tried with PDF and it was also working).
Steps to Reproduce:
- Create any shape in Lunacy, like a rectangle.
- Create a slice that contains the rectangle.
- Configure one Export to SVG for the slice (you can also configure one for PNG or other formats).
- Export Selected, or File > Export…
Expected Results: SVG contains the shape.
Actual Results: SVG does not contain the shape:
<?xml version="1.0" encoding="utf-8"?>
<svg width="272" height="262" viewBox="0 0 272 262" fill="none" xmlns="http://www.w3.org/2000/svg" />
I used the Trim Transparent Pixels for the screenshot, but I can see the same with the option disabled.
I am not sure if this is a potential defect, or if I am doing something wrong. Any help will be appreciated.
Thanks!