Bug 12924
| Summary: | PathTraversalState's normalAngleAtLength/pointAtLength don't work. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Nikolas Zimmermann
Path::pointAtLength() uses PathTraversalState to iterate through the segments. This comment says it all: "// FIXME: Need to actually find the exact point and change m_current".
For Path::normalAngleAtLength() to work the tangent slope calculation has to be corrected. Attaching patch to fix both.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
*** This bug has been marked as a duplicate of 12925 ***
Nikolas Zimmermann
Sorry, accidently filed this bug twice :(