Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Magic Circle Generator

A completely customizable magic circle builder · By Game Dev Goose

SVG Output Issue

A topic by ItsScottish created 82 days ago Views: 55 Replies: 4
Viewing posts 1 to 5

Hi, I saw there was an issue with SVG output and was looking at my version

I downloaded the most recent version (the 1 updated Jan 2024). I assume that was the version updated after this post. I am trying to export as SVG and it sits at 0 bytes. After about 20 mins I open the 0 bytes file and it says "This XML file does not appear to have any style information associated with it. The document tree is shown below.".

Unsure whats going on

Developer (1 edit)

Hi, sorry to hear this is happening. Can you save your project and email the circle_data.json file to support@royalgoose.dev so I can take a look?

Hi, sent this a while ago and have not heard anything back since?

Developer

Hi, Sorry it took so long to respond, I was hoping to have the next build out with a permanent fix by now, but alas.

So your file isn't loading in properly due to a negative symmetry count on the last ring. In line 173 of your JSON file, there is this text:
     "symmetryCount": -4,
If you change it to:
    "symmetryCount": 4,
Your file should load in properly. 

The current version of the UI still allows this value to go negative even though it's not intended to. It'll have a permanent fix in the next release. 

Ah, thank you very much - Ill get that sorted and ill remember not to add negatives in places when saving