Render themes: line symbol improvements #124
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user