RESOLVED FIXED 4697
Updates and additions to SVG ObjC api
https://bugs.webkit.org/show_bug.cgi?id=4697
Summary Updates and additions to SVG ObjC api
Tobias Lidskog
Reported 2005-08-27 15:42:21 PDT
Attaching some updates/fixes to the WebCore+SVG ObjC api. Not sure about the naming for isHardwareFilterSupportEnabled, perhaps someone has a better idea. Fixing the misspelling of attributedXMLString is important since there is a call to [self willChangeValueForKey:@"attributedXMLString"]; that seems to crash if there is no method or variable by that name.
Attachments
SVG ObjC changes (2.29 KB, patch)
2005-08-27 15:43 PDT, Tobias Lidskog
eric: review+
Tobias Lidskog
Comment 1 2005-08-27 15:43:08 PDT
Created attachment 3610 [details] SVG ObjC changes
Eric Seidel (no email)
Comment 2 2005-08-27 15:57:09 PDT
Comment on attachment 3610 [details] SVG ObjC changes Looks good. Just so you know, all this "API" is temporary... to be replaced by either WebView or the Obj-C DOM bindings... or just killed. WebCore is a private framework and won't have any "API" long term. It's good to get these little mistakes fixed now though.
Note You need to log in before you can comment on or make changes to this bug.