*
This commit is contained in:
parent
d2004ce7cd
commit
c78bac764e
@ -29,7 +29,7 @@ function Surface (ronin) {
|
||||
|
||||
// Shape
|
||||
|
||||
this.stroke = (shape, color = ronin.theme.get('b_high'), width = 2, context = this.context) => {
|
||||
this.stroke = (shape, color = ronin.theme.get('f_high'), width = 2, context = this.context) => {
|
||||
context.beginPath()
|
||||
this.trace(shape, context)
|
||||
context.lineWidth = width
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 152 KiB |
Loading…
x
Reference in New Issue
Block a user