stathissideris / dali

dali is a Clojure library for representing, exporting and manipulating the SVG graphics format.
295 stars 16 forks source link

Multiline text within an a box #13

Closed avallark closed 5 years ago

avallark commented 5 years ago

Thank you for the wonderful library! :)

I am trying to figure out how to render a long text in text wrapped way within a box. Is there a way to automatically do that?

avallark commented 5 years ago

closing this issue. I manually did the word-wrapping. I realised that wrapping isnt in SVG spec.

stathissideris commented 5 years ago

Yeah, it isn't in the spec, but maybe it could be emulated. It would be nice to have that, but it's not entirely trivial!