Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Ochmann
trakr.
Commits
d422cd40
Commit
d422cd40
authored
Jul 14, 2018
by
Michael Ochmann
Browse files
trying to "deblur" canvas
parent
0f70e066
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/javascript/controllers/HeightMapViewController.js
View file @
d422cd40
...
...
@@ -78,7 +78,7 @@ class HeightMapViewController extends UIViewController {
}
drawHeightMap
()
{
let
ctx
=
this
.
canvas
.
getContext
(
"
2d
"
);
let
ctx
=
this
.
canvas
.
getContext
(
"
2d
"
)
.
scale
(
2
,
2
)
;
let
height
=
this
.
canvas
.
height
;
this
.
clear
();
...
...
Write
Preview
Supports
Markdown
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