It won't let me export as a PNG file any longer. How can I solve this?

Asked by Mario Saverino

Hi All -
I've been working with Inkscape for a while now and every-time I exported as PNG I had never had a problem.
Today I tried to export a SVG as a PNG and a new window came up which read: "The Chosen Area To Be Exported Is Invalid?
It's funny because I was able to export this file earlier today without a problem.
I am using Windows 7.
Any suggestions?

Question information

Language:
English Edit question
Status:
Answered
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Liam P. White (liampwhite) said :
#1

Digging around the relevant area, I found this little bit:

 if (!((x1 > x0) && (y1 > y0) && (width > 0) && (height > 0))) {
            desktop->messageStack()->flash(Inkscape::ERROR_MESSAGE, _("The chosen area to be exported is invalid."));

Which probably means that the export area got messed up somehow.

Revision history for this message
Liam P. White (liampwhite) said :
#2

I would try changing the export mode to "Drawing" to see if that works.

Can you help with this problem?

Provide an answer of your own, or ask Mario Saverino for more information if necessary.

To post a message you must log in.