Full implementation of OpenVG wrapper for Graphics.
Support for "additional properties" in PDFGraphics.
Implemented additional properties support in VG10 implementation for use in binding and releasing resources.
More safety code for VG10 impl.
drawImage is fully implemented in VG10.
Initial code for clipping [called masking in VG] (version specific, VG11 is first to get implemented)
Completion of setColor and setPaint.
Removal of stroke transform code (could come back).
VG11 implementation is actually getting some code, mainly to do with masking (masking avalible in 1.0 using images. In 1.1 it's a dedicated "layer")
↧