Below is an SVH text element:
View the JSFiddle here - http://jsfiddle.net/E4VvX/
<text y="9" x="0" dy=".71em" style="text-anchor: middle; max-width: 30px;width: 30px;white-space: pre-wrap;" >Jul 2014</text>
The text currently appears in a single line like this: ----->
I would like the text to be displayed in two lines like this: ----->
Any suggestions on how I can achieve this?