Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Tom MacWright
2013-02-11 11:03:06 -05:00
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ iD.svg.Points = function(projection) {
// sets the data (point entity) on the element
groups.select('image')
.attr('xlink:href', imageHref);
groups.select('.shadow, .stroke');
groups.exit()
.remove();
+1 -2
View File
@@ -40,8 +40,7 @@ iD.svg.Vertices = function(projection) {
// Selecting the following implicitly
// sets the data (vertix entity) on the elements
groups.select('circle.fill');
groups.select('circle.stroke');
groups.select('circle.fill, circle.stroke, circle.shadow');
groups.exit()
.remove();