Generated by
JDiff

Class com.itextpdf.svg.renderers.SvgDrawContext

Changed Constructors
SvgDrawContext( ResourceResolver, FontProvider ) Documentation changed from old to new.
Create an instance of the context that is used to store information when converting SVG.
 

Added Methods
AffineTransform  getClippingElementTransform() Gets clipping element transformation matrix.
AffineTransform  getConcatenatedTransform() Concatenates all transformations applied from the top level of the svg to the current one.
Rectangle  getCustomViewport() Gets the custom viewport of SVG.
float[]  getRelativePosition() Retrieves relative position for the current text SVG element relative to the last origin identified by absolute position.
SvgTextProperties  getSvgTextProperties() Retrieves SvgTextProperties for text SVG elements.
void  moveRelativePosition( float, float ) Adds move to the current relative position for the text SVG element.
void  resetClippingElementTransform() Resets clipping element transformation matrix.
void  resetRelativePosition() Resets current relative position for the text SVG element.
void  setCustomViewport( Rectangle) Sets the custom viewport of SVG.
void  setSvgTextProperties( SvgTextProperties) Sets SvgTextProperties for textSVG elements.
 

Changed Methods
void  addTextMove( float, float ) Documentation changed from old to new.
Increment the stored text move.
AffineTransform  getCurrentCanvasTransform() Documentation changed from old to new.
Get the current canvas transformation.
AffineTransform  getLastTextTransform() Documentation changed from old to new.
Now deprecated.
in favour of {@link #getRootTransform()}
float[]  getTextMove() Documentation changed from old to new.
Get the stored current text move.
void  setLastTextTransform( AffineTransform) Documentation changed from old to new.
Now deprecated.
in favour of {@link #setRootTransform(AffineTransform)}