Open Bug 319916 Opened 20 years ago Updated 3 years ago

ability to wrap text around curves in a images

Categories

(Core :: Layout: Images, Video, and HTML Frames, enhancement)

enhancement

Tracking

()

People

(Reporter: BijuMailList, Unassigned)

Details

Attachments

(3 files)

153.77 KB, image/png
Details
146.08 KB, application/vnd.oasis.opendocument.text
Details
12.98 KB, text/html
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051210 Firefox/1.6a1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051210 Firefox/1.6a1 To make text flow around graphics web designers use various methods including. 1. make entire area as a image. 2. use tables an cut image into peaces to have a puzzle 3. use ragged float method as described in http://meyerweb.com/eric/css/edge/raggedfloat/demo.html 4. use flash 5. use java applet There should be a better way to achieve this. OpenOffice Write archive this by doing wrap > edit contour on an inserted image. and providing ability to float any where on the page (see attached contour_float.odt and contour_float.png) To archive this in Firefoz/moz we need to have CSS property equivalent to contour around which the text should flow and an enhancement to float property. Something like -moz-contour: with value as a list of shapes shapes being polygon(x1 y1, x2 y2, x3 y3, x4 y4, x5 y5 ....) circle(x y r) rect(x1 y1, x2 y2) etc. example -moz-contour: circle(100 100 50) polygon(10 10, 10 20, 20 15); and for positioning 1. -moz-float-vertical with values top, bottom, middle we should be also able to say a +/- offset like top (-10px), bottom(10px), middle(-10%) 2. -moz-float-horizontal with values left, right, center also with offset left(10px), right(-10%), center(10px) 3. or just like -moz-float:top (-10px) left(10px); Reproducible: Always Steps to Reproduce:
Attached image contour_float.PNG
Attached file contour_float.odt
Status: UNCONFIRMED → NEW
Ever confirmed: true
Product: Core → Core Graveyard
Product: Core Graveyard → Core
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: