Bug 12924

Summary: PathTraversalState's normalAngleAtLength/pointAtLength don't work.
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

Description Nikolas Zimmermann 2007-02-28 03:46:10 PST
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.
Comment 1 Nikolas Zimmermann 2007-02-28 03:47:59 PST

*** This bug has been marked as a duplicate of 12925 ***
Comment 2 Nikolas Zimmermann 2007-02-28 03:48:31 PST
Sorry, accidently filed this bug twice :(