=== modified file 'src/extension/internal/emf-inout.cpp' --- src/extension/internal/emf-inout.cpp 2014-03-11 14:52:08 +0000 +++ src/extension/internal/emf-inout.cpp 2014-03-19 16:46:38 +0000 @@ -2163,9 +2163,9 @@ tmp_rectangle << "\n x=\"" << dx << "\" "; tmp_rectangle << "\n y=\"" << dy << "\" "; tmp_rectangle << "\n width=\"" << dw << "\" "; - tmp_rectangle << "\n height=\"" << dh << "\" />"; + tmp_rectangle << "\n height=\"" << dh << "\" "; tmp_rectangle << "\n transform=" << current_matrix(d, dx, dy, 1); // calculate appropriate offset - tmp_rectangle << "\n"; + tmp_rectangle << "/>\n"; *(d->outdef) += tmp_rectangle.str().c_str(); *(d->path) = "";