Hi,
I believe you might be confused here:
That's the standard file permissions for temporary files.
However, there is a point: when you say "you have directory X with […]
umask 0002". umask is not a property of a directory, but of a currently
running process; a property that gets inherited.
Which means that for that umask to take effect, you'd likely need to
open a terminal, run `umask 0002 && inkscape` (assuming you didn't
change umask system-wide).
If I do that, then the exported file has permissions -rw-rw-r-- all the
time I export it.