Bug 14896

Summary: SVG InlineText/Flow box sizes don't take rotated glyphs into account
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Initial patch oliver: review+

Description Nikolas Zimmermann 2007-08-07 17:13:01 PDT
As the summary says, this has to be fixed.
Comment 1 Nikolas Zimmermann 2007-08-07 17:16:25 PDT
Created attachment 15860 [details]
Initial patch
Comment 2 Oliver Hunt 2007-08-07 17:24:03 PDT
Comment on attachment 15860 [details]
Initial patch

Looks good, nice to see so much code fleeing.

Do we give nice rects for web inspectorator?
Comment 3 Nikolas Zimmermann 2007-08-07 17:27:49 PDT
(In reply to comment #2)
> (From update of attachment 15860 [details] [edit])
> Looks good, nice to see so much code fleeing.
> 
> Do we give nice rects for web inspectorator?

Yes, all rects perfect now. The common case
didn't change at all.

Greetings,
Niko
Comment 4 Nikolas Zimmermann 2007-08-07 17:32:25 PDT
Landed in r24918.