Wykres commitów

17 Commity (master)

Autor SHA1 Wiadomość Data
Janus Troelsen 11d1bdbb8a Swap col and row in SVG output so that the display equals the PNG output 2014-11-19 15:57:57 +01:00
Sangmin, Shim ea6f3c7e3e Merge pull request #25 from ghigo/master
Fix to allow closure compile pass
2014-11-07 14:21:37 +09:00
Sangmin, Shim 549838ffa6 Merge pull request #24 from sembrestels/background-svg
Added support for lightColor in SVG QR codes
2014-11-07 14:19:49 +09:00
Sangmin, Shim 696776b775 Merge pull request #23 from sembrestels/svg-html
Added support for SVG QR codes into HTML.
2014-11-07 14:19:27 +09:00
Marco Sgrignuoli 3b873f65a6 Fix to allow closure compile pass
Minor fixes to allow closure compile
2014-03-26 17:34:14 -07:00
Sem 31ba7cc2f8 Added support for lightColor in SVG QR codes 2014-03-21 04:29:03 +01:00
Sem f57b643ad5 Added support for SVG QR codes into HTML. 2014-03-20 22:46:39 +01:00
Luke 6253c2a92c Added alt tag
This now conforms to standards complience
2014-03-09 17:21:03 +00: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