agnicore/nfx

Get rid of TagCodes/DrawingOutput, instead use NFX Graphics directly

itadapter opened this issue · 2 comments

This deals with Media/QR code rendering.

Old code used DrawingOutput as an abstraction layer.
This design is no longer needed since NFX5 provides .Graphics which IS already an abstraction layer

Due 1/15/2018 Stabilization

Done (code + unit tests)