Closed zacii7 closed 3 years ago
OK, the examples in the PDF spec are all integers but after reading it I guess they can be real numbers, too. (and of course you can just use pdfioStreamPrintf
to embed arbitrary PDF content...)
[master 22c245f] Update pdfioContentSetDashPattern to accept doubles (Issue #25)
In the function
bool pdfioContentSetDashPattern(pdfio_stream_t *st, int phase, int on, int off);
,There is no reason to restrict the
phase
,on
andoff
parameters toint
; all 3 parameters should acceptdouble
as input