7 | | Important, design changes:[[BR]][[BR]] |
| 7 | = W3C Test Status (October 7th 2007) = |
| 8 | == Filter problems == |
| 9 | * filters-composite-02-b.svg (no visible filter output)[[BR]] |
| 10 | * filters-conv-01-f.svg (no feConvolveMatrix filter)[[BR]] |
| 11 | * filters-felem-01-b.svg (problem with non-existant filters)[[BR]] |
| 12 | * filters-gauss-01-b.svg (problem with x/y std devs)[[BR]] |
| 13 | * filters-light-01-f.svg (point & spot light have problems)[[BR]] |
| 14 | * filters-morph-01-f.svg (no feMorphology support)[[BR]] |
| 15 | * filters-tile-01-b.svg (feTile support broken)[[BR]] |
| 16 | * filters-turb-01-f.svg (no feTurbulance support)[[BR]] |
| 17 | |
| 18 | == Problems when running testsuite embedded in XHTML == |
| 19 | * http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-filters-displace-01-f.html (initial display fails when embedded)[[BR]] |
| 20 | * http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-filters-image-01-b.html (initial display fails when embedded)[[BR]] |
| 21 | * http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-coords-viewattr-01-b.html (initial display problem, xml parsing related)[[BR]] |
| 22 | |
| 23 | == Misc problems == |
| 24 | * color-prof-01-f.svg (no icc color profiles)[[BR]] |
| 25 | * coords-units-03-b.svg (outermost svg viewport clipping not supported)[[BR]] |
| 26 | * masking-path-03-b.svg (outermost svg viewport clipping not supported)[[BR]] |
| 27 | * masking-path-04-b.svg (clip text to image doesn't work)[[BR]] |
| 28 | * painting-render-01-b.svg (no color interpolation)[[BR]] |
| 29 | * struct-use-05-b.svg (no external <use> references)[[BR]] |
| 30 | * styling-css-05-b.svg (css :lang selector problem)[[BR]] |
| 31 | |
| 32 | == Gradient problems == |
| 33 | * pservers-grad-10-b.svg (no spread method support)[[BR]] |
| 34 | * pservers-grad-14-b.svg (no spread method support)[[BR]] |
| 35 | * pservers-grad-18-b.svg (inherted color & gradient stops issue)[[BR]] |
| 36 | * pservers-grad-19-b.svg (inherted color & gradient stops issue)[[BR]] |
| 37 | |
| 38 | == Text problems == |
| 39 | * fonts-desc-02-t.svg (no svg fonts)[[BR]] |
| 40 | * fonts-elem-01-t.svg (no svg fonts)[[BR]] |
| 41 | * fonts-elem-02-t.svg (text composition issue)[[BR]] |
| 42 | * fonts-elem-03-b.svg (no svg fonts)[[BR]] |
| 43 | * fonts-elem-04-b.svg (no svg fonts)[[BR]] |
| 44 | * fonts-elem-05-t.svg (no svg fonts)[[BR]] |
| 45 | * fonts-elem-06-t.svg (no svg fonts)[[BR]] |
| 46 | * fonts-elem-07-b.svg (no svg fonts)[[BR]] |
| 47 | * fonts-kern-01-t.svg (no svg fonts)[[BR]] |
| 48 | * pservers-grad-08-b.svg (okay, but no svg fonts)[[BR]] |
| 49 | * render-elems-06-t.svg (okay, but no svg fonts)[[BR]] |
| 50 | * render-elems-07-t.svg (okay, but no svg fonts)[[BR]] |
| 51 | * render-elems-08-t.svg (okay, but no svg fonts)[[BR]] |
| 52 | * render-groups-01-b.svg (okay, but no svg fonts)[[BR]] |
| 53 | * render-groups-03-t.svg (okay, but no svg fonts)[[BR]] |
| 54 | * text-align-05-b.svg (vertical text issues)[[BR]] |
| 55 | * text-align-08-b.svg (no svg fonts)[[BR]] |
| 56 | * text-altglyph-01-b.svg (no svg fonts)[[BR]] |
| 57 | * text-intro-03-b.svg (glyph-orientation, various non-latin language related issues)[[BR]] |
| 58 | * text-text-01-b.svg (textLength/lengthAdjust support)[[BR]] |
| 59 | * text-text-04-t.svg (no svg fonts)[[BR]] |
| 60 | * text-text-05-t.svg (no svg fonts)[[BR]] |
| 61 | * text-text-06-t.svg (no svg fonts)[[BR]] |
| 62 | * text-tref-01-b.svg (external tref references)[[BR]] |
| 63 | * text-tselect-02-f.svg no text selection API[[BR]] |
| 64 | |
| 65 | |
| 66 | = Important, data type design changes: = |
19 | | Pattern issues:[[BR]] |
20 | | * Patterns are implemented in an ugly way (see item above "Masks" on how to fix this)[[BR]] |
21 | | |
22 | | Mask issues: |
23 | | * Masks are disabled right now. We need "GraphicsContext" <-> "Image" bridging to[[BR]] |
24 | | render into Images directly.(ask Eric Seidel about this)[[BR]] |
25 | | |
26 | | Text Issues: |
27 | | * Per character properties are not supported at all |
28 | | * Vertical text is also disabled. Need to have a mechanism to find multiple orientations for fonts[[BR]] |
29 | | glyphs, and to determine the correct orientation to use. |
30 | | * A number a text styles are not currently supported (baseline-shift, etc) |
31 | | |
32 | | Filter issues: |
33 | | * A number of filters are currently unimplemented |
34 | | * Lighting filters are currently non-functional, and can cause crashes |
35 | | * Quality of filter output can be low in certain circumstances |
36 | | |
37 | | General structure:[[BR]] |
| 78 | = General structure: = |