Render themes: line symbol improvements #124

This commit is contained in:
Emux 2017-09-26 20:58:24 +03:00
parent 3ee1034f1a
commit c8817f80c8
2 changed files with 0 additions and 4 deletions

View File

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

View File

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