summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e846aa1)
raw | patch | inline | side by side (parent: e846aa1)
| author | theAdib <theAdib@users.sourceforge.net> | |
| Tue, 26 Dec 2006 15:03:09 +0000 (15:03 +0000) | ||
| committer | theAdib <theAdib@users.sourceforge.net> | |
| Tue, 26 Dec 2006 15:03:09 +0000 (15:03 +0000) |
| src/extension/internal/ps.cpp | patch | blob | history |
index dc03e142a9ca22fa40d1564d0d42403b94bcf0f1..8eba5fb18ead58592c9ee4527882f4e31465c4aa 100644 (file)
<< d.y0 << " "
<< d.x1 << " "
<< d.y1 << "\n";
- os << "%%DocumentMedia: plain "
- << (int) ceil(_width) << " "
- << (int) ceil(_height) << " "
- << "0 () ()\n";
+ if (!epsexport) {
+ os << "%%DocumentMedia: plain "
+ << (int) ceil(_width) << " "
+ << (int) ceil(_height) << " "
+ << "0 () ()\n";
+ }
}
os << "%%EndComments\n";