[Webkit-unassigned] [Bug 12022] New: typo in SVGTransformable.cpp introduce in r18440
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 28 17:46:39 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=12022
Summary: typo in SVGTransformable.cpp introduce in r18440
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ggaren at apple.com
CC: rwlbuis at gmail.com
18440 rwlbuis if (!(end - currTransform) > 5)
should be
if (!((end - currTransform) > 5))
instead. Also, why so much ! > instead of <= or just < (x + 1)?
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list