Comment 29 for bug 1241902

Revision history for this message
Johan Engelen (johanengelen) wrote :

Jabier, please do a thorough check of all your changes. I found a very obvious bug in your diff, which makes me worried the code has not been tested.
In 'src/selection-chemistry.cpp':
    copy->setAttribute(copy->attribute("inkscape:original-d"),"d");
must be a bug. It should read
    copy->setAttribute("d", copy->attribute("inkscape:original-d"));

Did you test that piece of code?