Generated by
JDiff

Class com.itextpdf.svg.renderers.path.impl.QuadraticCurveTo

Documentation changed from old to new.

Changed Methods
void  draw( PdfCanvas) Documentation changed from old to new.
Draws a quadratic Bezier curve from the current point to (x,y) using (x1,y1) as the control point
void  setCoordinates( String[], Point ) Change in signature from String[] to (String[], Point).