Generated by
JDiff

Class com.itextpdf.svg.renderers.impl.AbstractSvgNodeRenderer

Added Methods
float  getCurrentFontSize( SvgDrawContext) Return font-size of the current element in px.
Rectangle  getCurrentViewBox( SvgDrawContext) Gets the viewbox from the first parent element which can define it.
boolean  isHidden() Check if this renderer should draw the element based on its attributes (e.g.
float  parseHorizontalLength( String, SvgDrawContext ) Parse x-axis length value.
float  parseVerticalLength( String, SvgDrawContext ) Parse y-axis length value.
 

Changed Methods
float  parseAbsoluteLength( String, float , float , SvgDrawContext ) Documentation changed from old to new.
Parse length attributes.
float  getCurrentFontSize() Documentation changed from old to new.
Return font-size of the current element in px.