On Tue, 24 Jan 2023 at 01:30, Francesco Pretto <cez...@gmail.com> wrote: > the request here is if someone would take the responsibility to restore the > disabled method PdfPainter::Arc() [2], without making use of previous >
I added a AddArcTo()[1] that is the equivalent of 'arct' postscript operator[2] and the javascript arcTo()[3]. Still missing AddArc() that is the equivalent of 'arc'[4] postscript operator and javascript arc()[5]. There's also a similar but different arc function that is part of SVG[6] which was previously implemented/emulated but it's now moved to unsupported helper class. I'm updating about other PdfPainter changes shortly. Greetings, Francesco [1] https://github.com/podofo/podofo/blob/f2b8abec1b3107e200215372a2cdb307ec96366d/src/podofo/main/PdfPainter.cpp#L1493 [2] https://hepunx.rl.ac.uk/~adye/psdocs/ref/PSL2a.html#arct [3] https://www.w3.org/2015/04/2dcontext-lc-sample.html#dom-context-2d-arcto [4] https://hepunx.rl.ac.uk/~adye/psdocs/ref/PSL2a.html#arc [5] https://www.w3.org/2015/04/2dcontext-lc-sample.html#dom-context-2d-arc [6] https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands _______________________________________________ Podofo-users mailing list Podofo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/podofo-users