fixed property name

This commit is contained in:
javi 2014-12-19 10:12:40 +01:00
parent 2074a720a1
commit 731206090a

View File

@ -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'];
}