- [
README.md
] line 29: from## Compatibilityalgorithm.md
to## Compatibility
- [
algorithm.md
] line 88:`i = from L-1 to 0`
- [
algorithm.md
] line 88:`i = from 0 to L-1`
- [
algorithm.md
] line 15:**Figure 1. Chart showing algorithm of arc system.**
- [
README.md
] line 17:<p><b>Figure 1. Chart showing algorithm of arc system.</b><br>Result paths (blue) derives from given circle (dashed line) and value changes along <i>y</i> axis (red).</p>
- [
README.md
] line 17: from_y_
to<i>y</i>
- [
algorithm.md
] line 1:# `arcLandscape/algorithm.md`
- [
algorithm.md
] line 15:**Figure 1. Chart showing algorithm.**
- [
README.md
] line 17:<b>Figure 1. Chart showing algorithm.</b><br>
is inserted
- [
algorithm.md
] lines 2-16: modified - [
README.md
] lines 15-18: added a link fromREADME.md
toalgorithm.md
- [
algorithm.md
]: cf.: #23 - [
README.md
] lines 13-15:## Algorithm ![algorithm_arcLandscape](https://user-images.githubusercontent.com/19919184/161039825-e3730afd-1951-4db4-8f32-44b7f2bba564.png) Result paths (blue) derives from given circle (dashed line) and value changes along _y_ axis (red).
- [
index_main.js
] lines 68, 74 and 84: fixed duplicated variable for canvas access (cvs
toC
)
- [
index_main.js
] lines 17-20 and 30-36: changed to add the upper limit of canvas size as 3000
- [
README.md
] lines 13-24: added## Scripts
and## Compatibility
- [
index.html
] lines 69-71: added title image link
- [
README.md
] lines 9-10: added title image link
- [
index.html
] line 53:<br><code>(0-9,A-F,a-f)</code>
- [
index_main.js
] line 52:arcLandscape(cId,INPUT.value.replaceAll(/[^0-1A-Fa-f]/g,''),!REVERSE.checked);
- [
index_main.js
] lines 74 and 75: added a comment to show output filename ("AL<number>_TYPE<type|typeReverse><width>x<height>.png"
)
- [
index_main.js
]: lines 21-23, 29-31, 37-39, 45-47, 53-55 and 74: changed filename of output to download - [
index.html
] line 31: a link to wiki page
- [
index_main.js
] lines 46, 59 and 60: fixed timestamp generation
- [
README.md
] lines 1-10: added description - [
index.html
] lines 54-55:<!-- loading order --> <div><label>Reverse order<input type='checkbox' id='reverseOrder' value='reverse'></label></div>
- [
index.html
] line 51: moved to afterline 53