﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9989	mapcss canvas{default-points: false; default-lines: false;} broken	Klumbumbus	bastiK	"Disable default points and lines doesn't work anymore since JOSM [7054] with the following mapcss code.
{{{
canvas {
    default-points: false;
    default-lines: false;
}
}}}
It works until [7050]. (I can't check the versions between 7050 and 7054).

Changing background color works though, with the following code.
{{{
canvas {
 background-color: green;
}
}}}
"	defect	closed	normal	14.05	Core mappaint		fixed		bastiK
