Note: The {@link org.vectomatic.dom.svg.OMSVGICCColor}interface is deprecated, and may be dropped from future versions of the SVG specification.
184185186187188189190191192
for (int i = 0; i < intArray.length; i++) { if (intArray[i].length() > 0) { intList.add(Integer.parseInt(intArray[i])); } } return new OMSVGICCColor(result.getGroup(1), intList); } throw new JavaScriptException("Invalid icc-color spec: " + str); }