fixing dashes with fast rasterizer
This commit is contained in:
parent
e7e2097acf
commit
ab3fa4c3ac
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ def xml_linesymbolizer(color="#000000", width="1", opacity="1", linecap="butt",
|
|||
if dashes:
|
||||
dashes = '<CssParameter name="stroke-dasharray">%s</CssParameter>'%(dashes)
|
||||
rasterizer = ""
|
||||
if float(width) < 2:
|
||||
if float(width) < 4 and not dashes:
|
||||
rasterizer = ' rasterizer="fast"'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue