Bug 10138
Summary: | Drawing glitches with Urchin SVG | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | eric |
Priority: | P2 | Keywords: | NeedsReduction |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://69.94.67.101:9999/ | ||
Bug Depends on: | |||
Bug Blocks: | 8278 |
Alexey Proskuryakov
After applying the patch from bug 8278 to make Urchin work with WebKit, I can see many drawing glitches, and some console warnings:
CGContextGetPathBoundingBox: no current point.
...
2006-07-28 08:47:16.261 Safari[295] Warning, no gradient stops, gradient (0x1a9ba120) will be all black!
...
(event handler):Value undefined (result of expression myDoc.getTarget) is not object.
Here's a catch-22: per bug 8278 comment 5, we don't want to enable Urchin SVG from our side, but we also cannot move that issue to Evangelism before we fix the redrawing bugs!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
myDoc.getTarget
sounds like they're using adobe getters/setters, which are not supported by Firefox, Safari or Opera.
see http://jwatt.org/svg/authoring/
Eric Seidel (no email)
They detect Adobe SVG viewer and only allow you to view the content if you have it. We'd have to add some sort of "pretend to have the adobe SVG viewer" debug option for this sort of bug.
I think we're just gonna close this as invalid.