How do I draw part of parabola using iText ? Or how do I create quadratic bezier curves from cubic b
- by drasto
I need to draw a shape whose boundaries are parts of parabola (that is quadratic bezier curves) using iText. I have found only method for drawing cubic bezier curves in PdfContentByte class.
So how do I draw quadratic bezier curves using iText ?
One way would be to use method for cubic bezier curves. Is it possible to draw quadratic bezier curves…