webodf / WebODF

WebODF - JavaScript Document Engine
http://webodf.org/
791 stars 167 forks source link

Images float over top of text even when image wrapping is enabled #84

Open kossebau opened 11 years ago

kossebau commented 11 years ago

Floating images don't properly clear the area around them. This results in the rendered document having an image with text behind or infront of the image, which is very difficult to read.

Images with no floating specified (i.e., Anchor set to “As Character” in Libreoffice) do not suffer this problem.

http://webodf.org/redmine/attachments/13/puppies-wrapped.odt

peitschie commented 10 years ago

A pure-css proof of concept is available here: http://www.csstextwrap.com

Would still be complexity in getting this performant, but a decent start at least.