
bulia byak schrieb:
Hi Max,
I noticed that you now add a default inkscape:perspective element to a document even if it does not used any 3D boxes. I'm sure a lot of people will not be happy about it. Can you fix it to only add it when necessary?
Certainly. Would it be enough to remove it when the document is saved? I added some code which achieves this, but I'm hesitating to commit it because now the following error message is triggered each time an unused perspective is removed:
** (inkscape:23926): CRITICAL **: void Inkscape::GC::Anchored::release() const: assertion `_anchor' failed
I don't really know what's causing this. What does the _anchor refer to and what could be the reason for this warning? I'd be grateful for any enlightenment. :)
Thanks, Max