(No version information available, might be only in CVS)
ImagickDraw::setVectorGraphics — Sets the vector graphics
This function is currently not documented; only the argument list is available.
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.
Sets the vector graphics associated with the specified ImagickDraw object. Use this method with ImagickDraw::getVectorGraphics() as a method to persist the vector graphics state.
xml containing the vector graphics
Returns true on success and false on failure.