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.
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.
QuadraticSmoothCurveTo Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element.
SmoothSCurveTo Implements shorthand/smooth curveTo (S) attribute of SVG's path element.