[Webkit-unassigned] [Bug 85151] New: SVGTransform for rect becomes new object after creation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 28 22:22:34 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85151
Summary: SVGTransform for rect becomes new object after
creation
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Mac OS X 10.7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gavin at phrogz.net
CC: zimmermann at kde.org
Created an attachment (id=139389)
--> (https://bugs.webkit.org/attachment.cgi?id=139389&action=review)
Minimal test case showing the problem (must look in the console log)
Steps to reproduce:
1. Open the attached file in Safariv5 or Chromev18 (only tested on OS X 10.7).
2. Examine the console log
EXPECTED Output:
rect true
circle true
rect true
circle true
ACTUAL Output:
rect true
circle true
rect false
circle true
Discussion:
The script appends a new SVGTransform to each element and later checks to see if the same SVGTransform instance is used as was created. For <circle> (and polygon, not shown in this test) the transform is the same; for <rect> the transform becomes a new object shortly after creation. (Modifications to the original transform have no effect on the actual transform of the element.)
--
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