--- id: 5d8a4cfbe6b6180ed9a1ca13 title: Step 54 challengeType: 0 dashedName: step-54 --- # --description-- Tell the new path how to be drawn by setting the `d` attribute to `tumblrLine(data)` using the `attr` function. # --hints-- test-text ```js assert($('svg path')[3].getAttribute('d').length === 115); ``` # --seed-- ## --before-user-code-- ```html