WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11268
Implement the Objective-C DOM bindings for SVGNumber, SVGRect, and SVGPoint
https://bugs.webkit.org/show_bug.cgi?id=11268
Summary
Implement the Objective-C DOM bindings for SVGNumber, SVGRect, and SVGPoint
Sam Weinig
Reported
2006-10-12 14:13:03 PDT
Getting these 3 classes to work should be one of the final hurdles to getting the Objective-C SVG DOM bindings working fully. Patch forthcoming.
Attachments
patch
(66.66 KB, patch)
2006-10-12 14:23 PDT
,
Sam Weinig
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2006-10-12 14:23:39 PDT
Created
attachment 11054
[details]
patch - Adds implementation for DOMSVGNumber, DOMSVGRect, and DOMSVGPoint. - Moves the contents of ksvg/bindings/js/ to bindings/js/. - Moves SVGZoomEvent.idl from ksvg/svg/ to ksvg/events/. - Adds isSVGColor() and isSVGPaint() methods to StyleBase, matching the other CSSValue classing, and allowing the bindings to allocate appropriately. - Removes #ifdefs around the getBBox() method in SVGLocatable.idl allowing generation for Objective-C. - Assorted style cleanups.
Sam Weinig
Comment 2
2006-10-12 14:25:58 PDT
Please note that I have not implemented caching for DOMSVGNumber, DOMSVGRect, or DOMSVGPoint as is done with the other Objective-C classes as I have not worked out a good way to do this yet.
Sam Weinig
Comment 3
2006-10-17 20:11:31 PDT
Landed in
r17100
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug