--- id: 5d8a4cfbe6b6180ed9a1ca26 title: Step 73 challengeType: 0 dashedName: step-73 --- # --description-- Set the `cx` and `cy` attributes for the Tumblr circles to their appropriate values. # --hints-- test-text ```js assert( $('svg circle')[9].getAttribute('cx') == '70' && $('svg circle')[9].getAttribute('cy') == '401.128' ); ``` # --seed-- ## --before-user-code-- ```html