Generated by
JDiff

Package com.itextpdf.svg.renderers.path.impl

Changed Classes
AbstractPathShape This class handles common behaviour in IPathShape implementations
ClosePath Implements closePath(Z) attribute of SVG's path element
CurveTo Implements curveTo(C) attribute of SVG's path element
EllipticalCurveTo Implements elliptical curveTo (A) segment of SVG's path element.
LineTo Implements lineTo(L) attribute of SVG's path element
MoveTo Implements moveTo(M) attribute of SVG's path element
QuadraticCurveTo Implements quadratic Bezier curveTo(Q) attribute of SVG's path element