Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
poppler
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 613
    • Issues 613
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • poppler
  • poppler
  • Issues
  • #990

Closed
Open
Opened Nov 13, 2020 by Tobias Deiminger@haxtibalGuest

Path artifacts for circle annotation under certain render conditions

If we render ann.pdf from #989 (closed) like this

$ pdftoppm -x 123 -y 425 -W 200 -H 200 -f 0 -singlefile -png ./ann.pdf ./circle_annot

we see a spurious line at the bottom of the circle.

circle_annot_bad

If we change the crop box slightly, the spurious line goes away.

$ pdftoppm -x 123 -y 430 -W 200 -H 200 -f 0 -singlefile -png ./ann.pdf ./circle_annot

circle_annot_ok

Reproducible with poppler 0.80.0 and current master. Did not yet investigate further.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: poppler/poppler#990