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
1 merge request!51Improve pressure application on radius
Pipeline #103776 passed
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
<b>Other colours</b> <b>Other colours</b>
</div> </div>
<label id="colours"> <label id="colours">
<input id="other-colours" type="color" value="blue" /> <input id="other-colours" type="color" value="#0000ff" />
</label> </label>
</div> </div>
</div> </div>
......
...@@ -16,7 +16,7 @@ const lineFn = line() ...@@ -16,7 +16,7 @@ const lineFn = line()
const pathGroupElems = new Map() const pathGroupElems = new Map()
let strokeColour = "blue" let strokeColour = "#0000ff"
let strokeRadius = 5 let strokeRadius = 5
const MAX_POINT_DISTANCE = 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