| 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. |