bool isSmoothlySame(CSSPath other) { if (_commands.length == other._commands.length) { // TODO: more compare return true; } return false; }