agnicore / nfx

.NET Standard Unistack Framework
http://nfxlib.com
Other
75 stars 91 forks source link

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

Closed itadapter closed 6 years ago

itadapter commented 6 years ago

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

itadapter commented 6 years ago

Due 1/15/2018 Stabilization

sergey-msu commented 6 years ago

Done (code + unit tests)