Moduleurn:org:ten60:util:image
The
imageSVG2PNG
accessor is exported by the urn:org:ten60:util:image module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the SVG source | operator | Optional | A SVG2PNG document with specification of the image to generate |
Example UsageDPML<instr> <type>imageSVG2PNG</type> <operand>myimage.svg</operand> <operator> <SVG2PNG> <width>200</width> </SVG2PNG> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:imageSVG2PNG");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |