Draw documents are ordinary drawings which mean they consist of shapes. Best file type for shape drawings is .png LibreOffice Draw use for Export by default .gif which should be changed to .png
QA: dup of 41345?
Changing title to png as wish instead of gif. I assume there is no gif feature that would be missed in PNG, therefore I support this idea.
(In reply to Heiko Tietze from comment #1) > QA: dup of 41345? No, that bug 41345 is about wrong result of saving to different image format
And I agree with Andreas Status-> NEW
Concur, this change would be quite useful.
so did someone know how can fix this bug?
*** Bug 134333 has been marked as a duplicate of this bug. ***
My code reading skills are not great.. some probably a worthless pointer.. I would define the default at line 120 to png.. instead of empty.. And check what would happen (try and error) https://opengrok.libreoffice.org/xref/core/svx/source/core/graphichelper.cxx?r=01786272&fi=GetPreferredExtension#120 Similar to line 83 https://opengrok.libreoffice.org/xref/core/svx/source/core/graphichelper.cxx?r=01786272&fi=GetPreferredExtension#83
Nice try but I think also the default resolution should change to something usable like 300 dpi.
(In reply to Telesto from comment #8) Indeed it's better than trying nothing. Though it should already be set to png on line 69 https://opengrok.libreoffice.org/xref/core/svx/source/core/graphichelper.cxx?r=01786272&fi=GetPreferredExtension#69