pdfChip specific SVG aspects

In pdfChip SVG objects are supported in the same way as they work in Webkit as well.

For using pdfChip specific colors, "fill" and "stroke" SVG attributes as well via corresponding "fill" and "stroke" CSS properties can be used.

Example

pdfChip adds some custom fuctionality to the HTML syntax like placing PDFs in image tags or adding XML Metadata to the resulting PDF.

<div>
    <svg height=100 width=100>
        <ellipse cx="35" cy="25" rx="27" ry="20"
            fill="-cchip-cmyk('yellow',0,0,1,0,0.9)" 
            stroke="-cchip-cmyk(1,0,0,0)">
    </svg>
</div>