javascript - How to split the text in css -


here java script code use append

   cvg.append('<text  x="20" y="1034" style="font-size: 14px;font-style:   italic;">' + note + '</text>'); 

the data "note" displaying json value, large , not getting displayedproperly.only portion of getting displayed.please me split text in 2 line display properly..?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -