Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Starbeamrainbowlabs
line-simplification
Commits
754a6def
Commit
754a6def
authored
Oct 11, 2017
by
Starbeamrainbowlabs
Browse files
Add help text to demo page
parent
d0e7bc11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
demo.html
demo.html
+2
-1
No files found.
demo.html
View file @
754a6def
...
...
@@ -10,7 +10,8 @@
<div
class=
"debug-data"
>
<ul>
<li>
Points:
<output
id=
"output-point-count"
></output>
➞
<output
id=
"output-simple-point-count"
></output></li>
<li>
Min Area:
<input
type=
"range"
id=
"input-epsilon"
value=
"2"
min=
"0"
max=
"100"
step=
"0.05"
/>
<output
id=
"output-epsilon"
></output>
<li>
Min Area:
<input
type=
"range"
id=
"input-epsilon"
value=
"2"
min=
"0"
max=
"100"
step=
"0.05"
/>
<output
id=
"output-epsilon"
></output></li>
<li><small><em>
Click and drag to draw a line.
<kbd>
1
</kbd>
: Toggle original line (blue),
<kbd>
2
</kbd>
: Toggle simplified line (green)
</li>
</ul>
</div>
...
...
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