Fix rendering issues
This commit is contained in:
parent
780f52c7bc
commit
da0cf3504d
3 changed files with 2 additions and 3 deletions
|
@ -1008,7 +1008,7 @@
|
|||
<filter minzoom="16" maxzoom="16" strokeWidth="15" />
|
||||
<filter minzoom="17" maxzoom="17" strokeWidth="19" shadowRadius="2" />
|
||||
<filter minzoom="18" strokeWidth="24" shadowRadius="2" />
|
||||
<groupFilter layer="-1" pathEffect="4_4"/>
|
||||
<groupFilter layer="-1" pathEffect="4_4" shadowRadius="0" cap="BUTT"/>
|
||||
</filter>
|
||||
</groupFilter>
|
||||
</group>
|
||||
|
@ -1037,7 +1037,7 @@
|
|||
<!-- radius 0 to avoid showing many black lines, but removed again due to bad visibility on some backgrounds -->
|
||||
<filter minzoom="17" maxzoom="17" strokeWidth="13" />
|
||||
<filter minzoom="18" strokeWidth="18" />
|
||||
<groupFilter layer="-1" pathEffect="4_4"/>
|
||||
<groupFilter layer="-1" pathEffect="4_4" shadowRadius="0" cap="BUTT"/>
|
||||
</filter>
|
||||
|
||||
</groupFilter>
|
||||
|
|
|
@ -155,7 +155,6 @@ int updatePaint(RenderingRuleSearchRequest* req, SkPaint* paint, int ind, int ar
|
|||
} else {
|
||||
paint->setPathEffect(NULL);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
int color = req->getIntPropertyValue(rColor);
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue