Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
4.7.0
-
None
-
Linux entwnb10 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux
Description
I'm using QSvgGenerator to rander a graphics-scene(see application.png) to a svg-file(see globale.svg).
The lines are created using QGraphicsPath with either a cosmetic pen or a linewidthF of 0.01.
I always get those fingerpaint lines.
Here a snip from my code:
void QtDra::svgPrint ( void )
Only for information, I'm using the same technique to print o0n a printer.
So what can I do to get something like wysiwig ?