Comment 13 for bug 1423522

Revision history for this message
Mc (mc...) wrote :

> If someone can give me a hint as to where I should look in the source code for the bit where it reads in the textflows from an svg I'll track this bug down however I've never worked on the inkscape code so right now I have no idea where to start looking.

pasting and opening documents are handled by some code in src/file.cpp ; but the first place where i'd look for the cause of this bug is in src/text-editing.cpp which has a lot of tidy_operator_*** functions that may not preserve document appearance (i removed one a while ago)