[Webkit-unassigned] [Bug 13578] When QD plugins draw to an offscreen bitmap the origin is not correct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 16:29:39 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13578


bruceq at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14323|0                           |1
        is obsolete|                            |
  Attachment #14404|                            |review?
               Flag|                            |




------- Comment #6 from bruceq at apple.com  2007-05-07 16:29 PDT -------
Created an attachment (id=14404)
 --> (http://bugs.webkit.org/attachment.cgi?id=14404&action=view)
respect the origin implied by the bitmap contexts affine tranformation matrix

Implements the changes requested by reviewers to go though
CGPointApplyAffineTransform to create the origin data.  Personally I don't like
this patch as much as the previous one because it requires yet another call to
CGPointApplyAffineTransform in order to determine if the axes are flipped. 
However it is simply a mater of taste and is functionally identical;  it may be
more clear to some maintainers what is happening.
I also now treat Y-Axis and and X-Axis identically even though inverting the
X-Axis would be unusual.


-- 
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