Why is luxor generating 0-byte files?

using Luxor
@svg juliacircles(150) 400 400 "test1"
@png juliacircles(150) 400 400 "test2"

readdir()                         # file size  name
09/08/2025  03:40 PM                 0 test1.svg
09/08/2025  03:41 PM                 0 test2.svg

julia> versioninfo()
Julia Version 1.11.6
Commit 9615af0f26 (2025-07-09 12:58 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 32 × Intel(R) Core™ i9-14900K
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, alderlake)
Threads: 1 default, 0 interactive, 1 GC (on 32 virtual cores)

can’t reproduce here:

:thinking:

Perhaps try with providing proper file extensions (.png or .svg)?

I was using a very old version (oops).

1 Like

Luxor’s 10 years old now! :scream: :slight_smile:

2 Likes