fix: polygon texture default fill

This commit is contained in:
Hannes Janetzek 2014-10-13 23:36:34 +02:00
parent df909daccb
commit 0bc45dfd74

View File

@ -185,7 +185,7 @@ public class AreaStyle extends RenderStyle {
}
public T reset() {
fillColor = Color.BLACK;
fillColor = Color.WHITE;
strokeColor = Color.BLACK;
strokeWidth = 0;
fadeScale = -1;