Wykres commitów

10 Commity (f57b643ad5248d338769fbd2b4d23d36dcf6cb82)

Autor SHA1 Wiadomość Data
Sem f57b643ad5 Added support for SVG QR codes into HTML. 2014-03-20 22:46:39 +01:00
taku0 0f73d48f16 Fixed Unicode corruption bug 2013-08-07 22:47:47 +09:00
David, Shim 8247821f4a [#6] Add to support UTF-8 Characters 2013-07-12 16:02:07 +09:00
Janus 1b87ce8ca6 add SVG support 2013-06-11 16:10:25 +02:00
David Clarke fb63f65bf6 Store off reference to this for use with callbacks
Had forgotten to save of reference to this so that callbacks would have
a reference to the original instance.
2013-05-26 17:32:44 -07:00
David Clarke 0a85290fb2 Revert "Store off reference to this for use with callbacks"
This reverts commit 95b47b9a19.
2013-05-26 17:28:14 -07:00
David Clarke 95b47b9a19 Store off reference to this for use with callbacks
In _safeSetDataURI forgot to save off reference to this so callbacks
could keep a reference to the original this.
2013-05-26 17:23:14 -07:00
David Clarke d01ee92aff Scoped all variables to object instance to allow multiple QR Codes
Fixes #2

Previously, private variables were trapped by the outer function
closure that returns the Drawing constructor.

I removed these declarations and scoped them to the object instance.
This has the side affect of making them public.  If that is
undesirable, the code can be refactored further to keep these private.

I haven't fully tested all codepaths (table based drawing, android
specific logic), so more regression should probably be done before
merging this in to your codebase.
2013-05-25 08:19:33 -07:00
Sangmin Shim a413bc325b Android 2.x doesn't support Data-URI 2013-01-08 18:28:52 +09:00
Sangmin Shim c9d37bd0c7 init project 2012-12-26 15:45:08 +09:00