XMLUtil.addAttribute(atts, "stroke-width", toString(color));
XMLUtil.addAttribute(atts, "fill", toString(color));
//TODO Handle style parameter
handler.element("line", atts);
} catch (SAXException e) {
throw new IFException("SAX error in drawLine()", e);
}
}