| Method and Description |
|---|
| com.itextpdf.svg.utils.DrawUtils.arc(float, float, float, float, float, float, PdfCanvas)
In
PdfCanvas most of the path drawing methods accept double.
So it is preferable to use DrawUtils.arc(double, double, double, double, double, double, PdfCanvas).
This method will be removed in iText 7.2 |
Copyright © 1998–2020 iText Group NV. All rights reserved.