Skip to content
Snippets Groups Projects
Commit 4271971d authored by Nayeem Rahman's avatar Nayeem Rahman
Browse files

Use hex notation for the default stroke colour

parent df3ab4a4
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@
<b>Other colours</b>
</div>
<label id="colours">
<input id="other-colours" type="color" value="blue" />
<input id="other-colours" type="color" value="#0000ff" />
</label>
</div>
</div>
......
......@@ -16,7 +16,7 @@ const lineFn = line()
const pathGroupElems = new Map()
let strokeColour = "blue"
let strokeColour = "#0000ff"
let strokeRadius = 5
const MAX_POINT_DISTANCE = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment