Skip to content

Commit

Permalink
Update CONTRIBUTE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser authored Jul 4, 2023
1 parent 1922ec4 commit 7d264ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ extend PDF support:
- [ ] forms
- [ ] compress string streams
- [ ] optimize rectangle position (do not modify transform matrix)

## Maintenance contributions

This is a large, long-lived project, and as such there are maintenance topics.

Topics:
- [ ] Transform `const` to `enum`
- [ ] Rename `Flow::DIRECTION_ROW` to `Flow::DIRECTION_HORIZONTAL` (and `FLOW::DIRECTION_COLUMN` correspondingly)
- [ ] Unit test the messy Phrase, Line, Word breaking algorithms

0 comments on commit 7d264ca

Please sign in to comment.