Generated by
JDiff

Class com.itextpdf.svg.utils.SvgCssUtils

Added Methods
Rectangle  extractWidthAndHeight( ISvgNodeRenderer, float , SvgDrawContext ) Extract width and height of the passed SVGNodeRenderer, defaulting to SvgDrawContext.getCustomViewport() if either one is not present.
float  parseAbsoluteHorizontalLength( AbstractSvgNodeRenderer, String , float , SvgDrawContext ) Parses horizontal length attribute and converts it to an absolute value.
float  parseAbsoluteLength( AbstractSvgNodeRenderer, String , float , float , SvgDrawContext ) Parse length attribute and convert it to an absolute value.
float  parseAbsoluteVerticalLength( AbstractSvgNodeRenderer, String , float , SvgDrawContext ) Parses vertical length attribute and converts it to an absolute value.
float[]  parseViewBox( ISvgNodeRenderer) Extract svg viewbox values.
 

Changed Methods
String  convertDoubleToString( double) Documentation changed from old to new.
Now deprecated.
can be replaced by {@code Double.toString(float)}
String  convertFloatToString( float) Documentation changed from old to new.
Now deprecated.
can be replaced by {@code Float.toString(float)}