Adding pointer-events to textpath. Fixes #359

This commit is contained in:
Tom MacWright
2013-01-11 13:59:02 -05:00
parent 486c201a21
commit 3680d8ae8a
+2 -1
View File
@@ -267,10 +267,11 @@ path.stroke.tag-waterway {
text {
font-size:10px;
pointer-events: none;
}
.oneway .textpath {
pointer-events: none;
pointer-events: none;
}
text.tag-oneway {