Bug 46888 - RenderSVGTextPath lacks isSVGTextPath() method
Summary: RenderSVGTextPath lacks isSVGTextPath() method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks: 45532
  Show dependency treegraph
 
Reported: 2010-09-30 04:56 PDT by Nikolas Zimmermann
Modified: 2010-09-30 05:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.47 KB, patch)
2010-09-30 04:58 PDT, Nikolas Zimmermann
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2010-09-30 04:56:31 PDT
RenderSVGTextPath objects should be detectable like all other SVG renderers, using a isSVGTextPath() method.
Comment 1 Nikolas Zimmermann 2010-09-30 04:58:48 PDT
Created attachment 69326 [details]
Patch
Comment 2 Andreas Kling 2010-09-30 05:01:55 PDT
Comment on attachment 69326 [details]
Patch

LGTM.
Comment 3 Nikolas Zimmermann 2010-09-30 05:05:51 PDT
Landed in r68775.