org.bootchart.renderer
public class CSSInliner extends Object
Method Summary | |
---|---|
static String | inline(String svg, File cssFile)
Parses the specified CSS file and inlines all style properties in the
SVG content string.
|
Parameters: svg SVG contents cssFile CSS file to inline
Returns: the SVG contents with inlines style
Throws: FileNotFoundException if the CSS file cannot be found IOException if an I/O error occurs