[Webkit-unassigned] [Bug 43837] New: [Qt] PathQt should give back pointAtLength and length
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 11 01:21:18 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43837
Summary: [Qt] PathQt should give back pointAtLength and length
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
PathQt should give back pointAtLength and length itself. At the moment Qt is using PathTraversalState in Path.cpp, like most other platforms. But I could be a performance win to use
qreal percentAtLength ( qreal len ) const
QPointF pointAtPercent
for pointAtLength and
qreal length () const
for length().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list