KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
RecordingCanvas
/
strokePath
stroke
Path
open
override
fun
strokePath
(
path
:
PdfPath
,
ctm
:
Matrix
,
color
:
RgbColor
,
lineWidth
:
Double
,
alpha
:
Double
,
blendMode
:
BlendMode
,
dashArray
:
List
<
Double
>
?
,
dashPhase
:
Double
)
Stroke
path
under
ctm
with
color
at
lineWidth
user-units,
alpha
,
blendMode
.