[Webkit-unassigned] [Bug 10216] PDF created by printing should have live hyperlinks

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 3 19:34:22 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10216





------- Comment #8 from darin at apple.com  2006-08-03 19:34 PDT -------
(In reply to comment #3)
> (2) You need to deal with partial clipping (unless the CG API does this for
> you?).

I think this is easy to do for the simple cases. The
GraphicsContext::setURLForRect function can intersect the passed-in rectangle
with the clip bounding box (CGContextGetClipBoundingBox) before converting the
coordinates from user to device space.

That won't work when the clip is not rectangular, but I think it's good enough
for our purposes.


-- 
Configure bugmail: http://bugzilla.opendarwin.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