diff --git a/src/item/PathStyle.js b/src/item/PathStyle.js index 09c35a60..dfa42b1b 100644 --- a/src/item/PathStyle.js +++ b/src/item/PathStyle.js @@ -38,6 +38,8 @@ PathStyle = Base.extend(new function() { style = this.item.children[i].style[key]; } else if(style != this.item.children[i].style[key]) { // If there is another item with a different style: + // TODO: Shouldn't this be undefined instead? null often + // has meaning for styles. return null; } }