Bug 123278 - SVG: RenderElement-ize intersectRepaintRectWithResources().
Summary: SVG: RenderElement-ize intersectRepaintRectWithResources().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 10:57 PDT by Andreas Kling
Modified: 2013-10-25 04:59 PDT (History)
12 users (show)

See Also:


Attachments
Patch (17.69 KB, patch)
2013-10-24 10:58 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-10-24 10:57:46 PDT
intersectRepaintRectWithResources() should never be called for text renderers.
Comment 1 Andreas Kling 2013-10-24 10:58:14 PDT
Created attachment 215082 [details]
Patch
Comment 2 Antti Koivisto 2013-10-24 11:00:38 PDT
Comment on attachment 215082 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=215082&action=review

> Source/WebCore/ChangeLog:9
> +        Had to tweakRenderSVGResource::resourceBoundingBox() to take the

missing space
Comment 3 Andreas Kling 2013-10-25 04:59:09 PDT
<https://trac.webkit.org/r157940>