[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
eric at webkit.org
eric at webkit.org
Thu Dec 3 13:28:27 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit b4613fb755fe55b17cbd0d831dbd030b19403763
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Nov 6 18:32:17 2009 +0000
2009-11-06 Jeff Schiller <codedread at gmail.com>
Reviewed by Darin Adler.
SVG Status page update
https://bugs.webkit.org/show_bug.cgi?id=31179
* projects/svg/status.xml:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50601 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index d8ab1ea..757a3eb 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-06 Jeff Schiller <codedread at gmail.com>
+
+ Reviewed by Darin Adler.
+
+ SVG Status page update
+ https://bugs.webkit.org/show_bug.cgi?id=31179
+
+ * projects/svg/status.xml:
+
2009-11-03 Darin Adler <darin at apple.com>
Set the MIME type for all PNG files in this directory.
diff --git a/WebKitSite/projects/svg/status.xml b/WebKitSite/projects/svg/status.xml
index 6d4946b..8316250 100644
--- a/WebKitSite/projects/svg/status.xml
+++ b/WebKitSite/projects/svg/status.xml
@@ -6,10 +6,10 @@
This is a seldom-updated summary document showing the current implementation status of SVG in WebKit.
</p>
<p>
- Last update: March 23rd, 2008.
+ Last update: Nov 5th, 2009.
</p>
<p>
- Note: this is not a full list of all SVG bugs, please see the <a href="http://tinyurl.com/athb7">SVG bug list</a>.
+ Note: this is not a full list of all SVG bugs, please see the <a href="https://bugs.webkit.org/buglist.cgi?query_format=advanced&product=WebKit&component=SVG&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">SVG bug list</a>.
</p>
<p class="legend">
<span class="implemented">green</span>: complete implementation,
@@ -289,21 +289,23 @@
<element>
<name>filter</name>
<url>http://www.w3.org/TR/SVG11/filters.html#FilterElement</url>
+ <status>Partial: Requires build-webkit --filters to enable</status>
<issues>
- <issue>Subregion attributes are ignored <bug>5527</bug></issue>
+ <issue>Tracking Bug <bug>26389</bug>.</issue>
<issue>Filters look grainy when scaled <bug>5526</bug></issue>
<issue>Filters don't support filterRes <bug>6021</bug></issue>
<issue>Need support sources other than SourceGraphic <bug>6022</bug></issue>
<issue>Support 'color-interpolation-filters' and draw in correct colorspace <bug>6033</bug></issue>
+ <issue>Positional light problems <bug>10115</bug></issue>
+ <issue>Handle missing filter elements correctly <bug>12569</bug></issue>
+ <issue>Filter Effects being cleared and reloaded multiple times <bug>19388</bug></issue>
+ <issue>Big filterRegions <bug>26380</bug></issue>
</issues>
</element>
<element>
<name>feBlend</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feBlendElement</url>
<status>Implemented</status>
- <issues>
- <issue>Doesn't look right with all modes <bug>5970</bug></issue>
- </issues>
</element>
<element>
<name>feColorMatrix</name>
@@ -331,15 +333,12 @@
<element>
<name>feDiffuseLighting</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feDiffuseLightingElement</url>
- <status>Implemented</status>
+ <status>Unimplemented</status>
</element>
<element>
<name>feDisplacementMap</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feDisplacementMapElement</url>
- <status>Implemented</status>
- <issues>
- <issue>filters-displace-01-f displays incorrectly <bug>6719</bug></issue>
- </issues>
+ <status>Unimplemented</status>
</element>
<element>
<name>feFlood</name>
@@ -349,13 +348,15 @@
<element>
<name>feGaussianBlur</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement</url>
- <issues>
- <issue>Fails for large x,y ratios <bug>5973</bug></issue>
- </issues>
+ <status>Implemented</status>
</element>
<element>
<name>feImage</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feImageElement</url>
+ <status>Unimplemented</status>
+ <issues>
+ <issue>Does not support SVG fragment URLs <bug>12027</bug></issue>
+ </issues>
</element>
<element>
<name>feMerge</name>
@@ -388,9 +389,7 @@
<element>
<name>feTile</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feTileElement</url>
- <issues>
- <issue>Broken in TOT <bug>5976</bug></issue>
- </issues>
+ <status>Implemented</status>
</element>
<element>
<name>feTurbulance</name>
@@ -408,14 +407,12 @@
<element>
<name>fePointLight</name>
<url>http://www.w3.org/TR/SVG11/filters.html#fePointLightElement</url>
- <status>Implemented</status>
+ <status>Unimplemented</status>
</element>
<element>
<name>feSpotLight</name>
<url>http://www.w3.org/TR/SVG11/filters.html#feSpotLightElement</url>
- <issues>
- <issue>Default values are not correctly assigned to lighting filters <bug>5859</bug></issue>
- </issues>
+ <status>Unimplemented</status>
</element>
<element>
<name>feFuncR</name>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list