Generated by
JDiff

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

Removed Classes
OneDimensionalLineTo Implements the abstract functionality of a line pathing operation that only changes the path's coordinate in one dimension, i.e a vertical (V/v) or horizontal (H/h) line.
 

Changed Classes
AbstractPathShape This class handles common behaviour in IPathShape implementations
ClosePath Implements closePath(Z) attribute of SVG's path element
CurveTo Implements curveTo(L) attribute of SVG's path element
HorizontalLineTo Implements lineTo(H) 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  
VerticalLineTo Implements lineTo(V) attribute of SVG's path element