You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2019/02/19 18:47:00 UTC

[jira] [Created] (PDFBOX-4468) Incorrect tiling pattern rendering when step smaller than bbox

Tilman Hausherr created PDFBOX-4468:
---------------------------------------

             Summary: Incorrect tiling pattern rendering when step smaller than bbox
                 Key: PDFBOX-4468
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4468
             Project: PDFBox
          Issue Type: Bug
          Components: Rendering
    Affects Versions: 2.0.13
            Reporter: Tilman Hausherr


From a remark by Rob Wu in the PDF.js PR, I noticed that we're not doing tiling patterns correctly when the XStep or YStep is smaller than bounding box width / height. We're doing exactly what he told not to do.
{quote}Base pattern:
 \/

Expected rendering of repeated pattern (recall xstep = half of width):
 \XXXX

Actual rendering if truncating pattern width to xstep:
 \\\\\
{quote}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org