Update pdfioContentSetDashPattern to accept doubles (Issue #25)

This commit is contained in:
Michael R Sweet
2021-10-16 09:41:19 -04:00
parent 095a4c10d4
commit 22c245ffd1
3 changed files with 6 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ v1.0.0 (TBD)
(Issue #21)
- Fixed `all-shared` target (Issue #22)
- Fixed memory leaks (Issue #23)
- Updated `pdfioContentSetDashPattern` to accept `double` values (Issue #25)
- Fixed some issues identified by a Coverity scan.