[Uml-devel] [Bug 89553] what you see is not what you get when exporting to EPS

Sebastian Stein seb_stein at gmx.de
Mon Sep 20 09:44:12 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=89553        




------- Additional Comments From seb_stein gmx de  2004-09-20 18:41 -------
Pekka JÀÀskelÀinen <pjaaskel cs tut fi> [040920 18:38]:
> > Have you tried the latest CVS HEAD version? I have tested it with png and
> > eps and it works. Here are my changes:
> 
> Yes. It's CVS HEAD I tried. It did work for your resolution initially,
> that's why I posted the samples how it looks like with my computer.
> 
> > +        if (isEPS == true)
> > +        {
> > +                printer = new QPrinter(QPrinter::PrinterResolution);
> > +        } else {
> > +                printer = new QPrinter(QPrinter::ScreenResolution);
> > +        }
> 
> This is wrong. It doesn't lay out correctly for me.

But it works for me, so it is not wrong ;-) No, it seems the problems lies
somewhere else I would say.

> +        if (isEPS == true)
> +        {
> +                printer = new QPrinter(QPrinter::ScreenResolution);
> +        } else {
> +                printer = new QPrinter(QPrinter::PrinterResolution);
> +        }

If I use those lines my diagram is too big and doesn't fit on a page. So the
eps shows only a part of the diagram. In both cases it doesn't make any
difference for the png export.

Sebastian




More information about the umbrello-devel mailing list