Bug 8038
| Summary: | Java SVG bindings are not supported | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Carson <dacarson> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | andersca, eric, ggaren, ian, mjs |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.w3.org/TR/SVG/java.html | ||
David Carson
Java applications can be written that react to events from an SVG document. The binding is specified in the URL.
IMHO the challenge is to access the manifest file to get the name of the class that implements the interface for the binding.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This should be possible to autogenerate as part of our JavaScript (and soon Obj-C) binding autogeneration code. It should be possible to write a perl module (WebCore/bindings/scripts/CodeGeneratorJava.pm) which knew how to write out the proper java & cpp files to make this happen. I think this could be quite cool.
Eric Seidel (no email)
WebKit really has nothing to do with Java. Closing as invalid.