Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lua-resty-qrencode
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiming
lua-resty-qrencode
Commits
fc890e0c
Commit
fc890e0c
authored
Nov 03, 2014
by
vinoca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of prefix of color value
parent
c19365b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
+2
-2
test/test.lua
+2
-2
No files found.
README.md
View file @
fc890e0c
...
@@ -34,8 +34,8 @@ print(qr {
...
@@ -34,8 +34,8 @@ print(qr {
symversion
=
0
,
symversion
=
0
,
dpi
=
78
,
dpi
=
78
,
casesensitive
=
false
,
casesensitive
=
false
,
foreground
=
"
#
48AF6D"
,
foreground
=
"48AF6D"
,
background
=
"
#
3FAF6F"
background
=
"3FAF6F"
}
}
)
)
...
...
test/test.lua
View file @
fc890e0c
...
@@ -15,8 +15,8 @@ print(qr {
...
@@ -15,8 +15,8 @@ print(qr {
symversion
=
0
,
symversion
=
0
,
dpi
=
78
,
dpi
=
78
,
casesensitive
=
false
,
casesensitive
=
false
,
foreground
=
"
#
48AF6D"
,
foreground
=
"48AF6D"
,
background
=
"
#
3FAF6F"
background
=
"3FAF6F"
}
}
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment