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 611
    • Issues 611
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 37
    • Merge Requests 37
  • 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
  • Merge Requests
  • !735

Open
Opened Dec 18, 2020 by Jon Howell@jonh
  • Report abuse
Report abuse

Draft:Plotler - HPGL output for pen plotters, engravers, laser projectors

  • Overview 39
  • Commits 8
  • Pipelines 13
  • Changes 36

Hi Poppler crew,

In this request:

  • the first two commits refactor poppler/SplashOutputDev to enable code sharing with the proposed new output device, and expose a couple interfaces in splash as public.
  • the third commit adds the new code for utils/plotler, the utility that adds the new stroke-output mode.

Things I know need attention:

  • The third commit adds some PDFs that I test (manually) with. They don't go here. Can I get guidance on where they belong?
  • See Plot.h:136 for a comment/review request about a new matrix type.
  • There are no tests introduced. I'd like guidance on what would be appropriate here. Unit tests? How do you do stable end-to-end tests for graphical output?

Thanks for your advice!

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: poppler/poppler!735
Source branch: plotler-new