Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
4d23dd30
Commit
4d23dd30
authored
Sep 11, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws 测试
parent
d8ccfb66
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
39 deletions
+6
-39
canvas.js
ws/canvas.js
+1
-4
src2.js
ws/src/src2.js
+5
-35
No files found.
ws/canvas.js
View file @
4d23dd30
...
...
@@ -79,10 +79,7 @@ for (let i = 0; i < aaa.length; i++) {
let
d
=
c
.
getContext
(
'2d'
)
d
.
font
=
'94px sans-serif'
d
.
fillStyle
=
'#000'
let
argss
=
args
.
split
(
','
)
let
argv
=
[
argss
[
0
],
parseInt
(
argss
[
1
]),
parseInt
(
argss
[
1
])];
console
.
log
(
argv
)
d
.
fillText
(
argss
[
0
],
parseInt
(
argss
[
1
]),
parseInt
(
argss
[
1
]))
d
.
fillText
(
args
,
-
1
,
96
)
emojiRes
[
args
]
=
{}
c
.
toDataURL
();
let
inArgs
=
Object
.
keys
(
emojis
[
args
]);
...
...
ws/src/src2.js
View file @
4d23dd30
No preview for this file type
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