Hello,
By default when adding text object to paper Raphael javascript library centers text around y point. It basically takes the height and divides it by 2 and attaches text to the new y coordinate. I'm looking for a different behavior where text stays at the same coordinate even when you add multi lines.
I was wondering if anyone has a clean way to change that behavior. I can modify it in the source code but I would hate to constantly maintain it when new version comes out.
Thanks!