Cleanly morph SVG paths

Viewed 1375

In this fiddle I am trying to morph the small H into the big H by simply extending the ascender. I thought it would be as simple as just providing the new path and letting Raphael work its magic, but apparently that's not the case.

Is there an easy way to elongate the ascender without having it mangle up first? Note this is one moving piece out of a much larger logo.

1 Answers
Related