Brush Style - Hatch Brush problem

  • Hi,
    I'am currently using version "3.70.0.0" of WPDF to create a PDF from a MetaFile.

    The metafile shows a Rectangle that uses the current brush style set to :
    (HS_CROSS == canvas,brush.style. == bsCross)

    The result is correctly rendered when I print or draw on the screen.
    But when I draw the metafile with the WpdfPrinter the end result is diffrent.

    I see the hatch pattern, but there is too much Space between each line.

    Any idea on how I can correct this problem wihtout using a Bitmap?

    Thanks f for the help