(dev, ctx, text, stroke, ctm, colorspace, color, alpha, color_params)
| 23346 | |
| 23347 | |
| 23348 | def jm_lineart_stroke_text(dev, ctx, text, stroke, ctm, colorspace, color, alpha, color_params): |
| 23349 | jm_trace_text(dev, text, 1, ctm, colorspace, color, alpha, dev.seqno) |
| 23350 | dev.seqno += 1 |
| 23351 | |
| 23352 | |
| 23353 | def jm_dev_linewidth( dev, ctx, path, stroke, matrix, colorspace, color, alpha, color_params): |
nothing calls this directly
no test coverage detected
searching dependent graphs…