﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
24228	Color area way polygon settings, strange behaviour.	Allroads	Allroads	"Making a style, I have strange behaviour, the multipolygon way line is black but I use #b100ff  the bicycle color.

Even when I remove color: #b100ff, the black color stays, also when I remove on the other area’s the color they also stays. Also when I give  them a other color, green to blue hex, the green stays.

If there is some kind of cache?

( all other mappaint styles are unchecked)
I deleted the style several times, closed Josm, start it up again. Still this behaviour.

Switched to fill-color set /*fill-image */ inactive, then there is no black and the wayline is the same color.

What can this be?

Could this be, because I use a .svg made in inkscape and saved it as a plain file.

[[Image(line color.png)]]


{{{
area|z21-[area:highway=footway]::footway_area_layer {
  z-index: 2;
/* fill-color: #00ff00; */
  fill-opacity:0.5;
  fill-image: a.h.footway.svg;
  
}

area|z21-[area:highway=pedestrian]::pedestrian_area_layer {
  z-index: 2;
/* color: #00ff00; */
  fill-opacity:0.5; 
  fill-image: a.h.pedestrian.svg;
}

area|z21-[area:highway=path]::path_area_layer {
  z-index: 2;
/*  fill-color: #00ff00; */
  fill-opacity:0.5;
  fill-image: a.h.path.svg;
}



area|z21-[area:highway=steps]::steps_area_layer {
  z-index: 2;
/*  fill-color: #ff0000; */
  fill-opacity:0.5;
  fill-image: a.h.steps.svg;
}

area|z21-[area:highway=cycleway]::cycleway_area_layer {
  z-index: 2;
/*  color:#b100ff; */
/*  fill-color: #b100ff; */
  fill-opacity:0.5;
  fill-image: a.h.cycleway.svg;
}


}}}





"	defect	needinfo	normal		Core	tested			
