Skip to content
Snippets Groups Projects
Commit cb2e8555 authored by Giovanni Caruso's avatar Giovanni Caruso Committed by Moritz Langenstein
Browse files

Fixed width initialised to the wrong value

parent 28d04492
No related branches found
No related tags found
1 merge request!45Brush size
......@@ -189,11 +189,10 @@ export function setStrokeColour(colour) {
stroke_colour = colour
}
<<<<<<< HEAD
export function getStrokeColour() {
return stroke_colour
=======
}
export function setStrokeRadius(radius) {
stroke_radius = radius
>>>>>>> Implement brush size
}
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