fixed property name
This commit is contained in:
parent
2074a720a1
commit
731206090a
@ -55,7 +55,7 @@
|
||||
|
||||
// stroke
|
||||
ctx.globalAlpha = 1.0;
|
||||
if (st['markker-line-color'] && st['marker-line-width']) {
|
||||
if (st['marker-line-color'] && st['marker-line-width']) {
|
||||
if (st['marker-line-opacity']) {
|
||||
ctx.globalAlpha = st['marker-line-opacity'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user