Bug 5810 - Additional small fixes to SVG (<feImage>, clip-rule, <feColorMatrix>, viewport, etc.)
Summary: Additional small fixes to SVG (<feImage>, clip-rule, <feColorMatrix>, viewpor...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 07:38 PST by Eric Seidel (no email)
Modified: 2005-11-26 14:36 PST (History)
0 users

See Also:


Attachments
Additional small fixes to SVG (<feImage>, clip-rule, <feColorMatrix>, viewport, etc.) (17.32 KB, patch)
2005-11-23 07:38 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Larger patch, fixing <pattern>, <switch>, onload, and the beginnings of JavaScript (50.36 KB, patch)
2005-11-24 03:17 PST, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-11-23 07:38:20 PST
Additional small fixes to SVG (<feImage>, clip-rule, <feColorMatrix>, viewport, etc.)

Fixes 5 more test cases.
Comment 1 Eric Seidel (no email) 2005-11-23 07:38:39 PST
Created attachment 4783 [details]
Additional small fixes to SVG (<feImage>, clip-rule, <feColorMatrix>, viewport, etc.)
Comment 2 Eric Seidel (no email) 2005-11-24 03:17:45 PST
Created attachment 4789 [details]
Larger patch, fixing <pattern>, <switch>, onload, and the beginnings of JavaScript
Comment 3 Eric Seidel (no email) 2005-11-24 03:19:21 PST
Comment on attachment 4789 [details]
Larger patch, fixing <pattern>, <switch>, onload, and the beginnings of JavaScript

This patch includes all of patch:
http://bugzilla.opendarwin.org/attachment.cgi?id=4783&action=edit
and more.  This patch adds <pattern>, <switch>, onload (events) and some
JavaScript support.  I will happily post a reduced version with only this
latter set of changes once 4783 is reviewed.
Comment 4 Maciej Stachowiak 2005-11-26 12:41:46 PST
Comment on attachment 4789 [details]
Larger patch, fixing <pattern>, <switch>, onload, and the beginnings of JavaScript

r=me
Comment 5 Maciej Stachowiak 2005-11-26 12:42:07 PST
Comment on attachment 4783 [details]
Additional small fixes to SVG (<feImage>, clip-rule, <feColorMatrix>, viewport, etc.)

this is subsumed by the later patch