**TypeScript Version:** 2.2.1 **Code** ```ts var p = new Path2D("M10 10 h 80 v 80 h -80 Z"); ``` **Expected behavior:** works **Actual behavior:** string is not assignable to Path2D