Render themes: line symbol improvements #124
This commit is contained in:
parent
3ee1034f1a
commit
c8817f80c8
@ -629,8 +629,6 @@ public class XmlMapsforgeThemeBuilder extends DefaultHandler {
|
||||
b.stippleWidth = 1;
|
||||
b.strokeWidth = height * 0.5f;
|
||||
b.stippleColor = Color.WHITE;
|
||||
b.fillColor = Color.TRANSPARENT;
|
||||
b.strokeColor = Color.TRANSPARENT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -624,8 +624,6 @@ public class XmlThemeBuilder extends DefaultHandler {
|
||||
b.stippleWidth = 1;
|
||||
b.strokeWidth = height * 0.5f;
|
||||
b.stippleColor = Color.WHITE;
|
||||
b.fillColor = Color.TRANSPARENT;
|
||||
b.strokeColor = Color.TRANSPARENT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user