Slice export to SVG

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:

  1. Create any shape in Lunacy, like a rectangle.
  2. Create a slice that contains the rectangle.
  3. Configure one Export to SVG for the slice (you can also configure one for PNG or other formats).
  4. 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!

Thanks for the detailed description! We’ll look into this and get back to you as soon as we have an update.