Bug 6011
| Summary: | Bounding Box relative percent and fraction coordinates fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | Keywords: | NeedsReduction |
| Priority: | P4 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.w3.org/Graphics/SVG/Test/20030813/htmlframe/full-coords-units-01-b.html | ||
| Bug Depends on: | 5331 | ||
| Bug Blocks: | |||
Eric Seidel (no email)
Bounding Box relative percent and fraction coordinates fail
This is just one of those *basic* bugs which we fail currently, and will cause all sorts of SVGs to render
incorrectly as a result.
Some of this I fear is due to the current "resolve some %s in the DOM tree, resolve some %s in the Render
tree" problem. All percentage resolutions should eventually be done in the DOM tree at layout() time, and
some of those fixes may be required to make this work.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joost de Valk (AlthA)
This depends on some percentage works, which 5331 also needs, not sure if it's a direct dupe though.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of 6003 ***