Changes between Version 9 and Version 10 of SVG TODO List - Short notes
- Timestamp:
- Oct 6, 2007, 5:20:43 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SVG TODO List - Short notes
v9 v10 8 8 == Filter problems == 9 9 * filters-composite-02-b.svg (no visible filter output)[[BR]] 10 * filters-conv-01-f.svg (no feConvolveMatrix filter, bug 5861)[[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]]10 * filters-conv-01-f.svg (no feConvolveMatrix filter, [http://bugs.webkit.org/show_bug.cgi?id=5861 #5861])[[BR]] 11 * filters-felem-01-b.svg (problem with non-existant filters [http://bugs.webkit.org/show_bug.cgi?id=12569 #12569])[[BR]] 12 * filters-gauss-01-b.svg (problem with x/y std devs [http://bugs.webkit.org/show_bug.cgi?id=5973 #5973])[[BR]] 13 * filters-light-01-f.svg (point & spot light have problems [http://bugs.webkit.org/show_bug.cgi?id=5865 #5865] [http://bugs.webkit.org/show_bug.cgi?id=10115 #10115])[[BR]] 14 * filters-morph-01-f.svg (no feMorphology support [http://bugs.webkit.org/show_bug.cgi?id=5863 #5863])[[BR]] 15 15 * filters-tile-01-b.svg (feTile support broken)[[BR]] 16 * filters-turb-01-f.svg (no feTurbul ance support)[[BR]]16 * filters-turb-01-f.svg (no feTurbulence support [http://bugs.webkit.org/show_bug.cgi?id=5864 #5864])[[BR]] 17 17 18 18 == Problems when running testsuite embedded in XHTML == … … 22 22 23 23 == Misc problems == 24 * color-prof-01-f.svg (no icc color profiles )[[BR]]24 * color-prof-01-f.svg (no icc color profiles [http://bugs.webkit.org/show_bug.cgi?id=6036 #6036] [http://bugs.webkit.org/show_bug.cgi?id=6037 #6037])[[BR]] 25 25 * coords-units-03-b.svg (outermost svg viewport clipping not supported)[[BR]] 26 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]]27 * masking-path-04-b.svg (clip text to image doesn't work [http://bugs.webkit.org/show_bug.cgi?id=12571 #12571])[[BR]] 28 * painting-render-01-b.svg (no color interpolation [http://bugs.webkit.org/show_bug.cgi?id=6033 #6033] [http://bugs.webkit.org/show_bug.cgi?id=6034 #6034])[[BR]] 29 * struct-use-05-b.svg (no external <use> references [http://bugs.webkit.org/show_bug.cgi?id=12499 #12499])[[BR]] 30 30 * styling-css-05-b.svg (css :lang selector problem)[[BR]] 31 31 32 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]]33 * pservers-grad-10-b.svg (no spread method support [http://bugs.webkit.org/show_bug.cgi?id=5968 #5968])[[BR]] 34 * pservers-grad-14-b.svg (no spread method support [http://bugs.webkit.org/show_bug.cgi?id=5968 #5968])[[BR]] 35 35 * pservers-grad-18-b.svg (inherted color & gradient stops issue)[[BR]] 36 36 * pservers-grad-19-b.svg (inherted color & gradient stops issue)[[BR]] 37 37 38 38 == Text problems == 39 * text-align-05-b.svg (vertical text issues [http://bugs.webkit.org/show_bug.cgi?id=13971 #13971])[[BR]] 40 * text-intro-03-b.svg (glyph-orientation, various non-latin language related issues)[[BR]] 41 * text-text-01-b.svg (textLength/lengthAdjust support [http://bugs.webkit.org/show_bug.cgi?id=6421 #6421] [http://bugs.webkit.org/show_bug.cgi?id=6422 #6422])[[BR]] 42 * text-tref-01-b.svg (external tref references)[[BR]] 43 * text-tselect-02-f.svg (no text selection API [http://bugs.webkit.org/show_bug.cgi?id=12290 #12290])[[BR]] 44 45 == SVG fonts problems ([http://bugs.webkit.org/show_bug.cgi?id=10649 #10649]) == 39 46 * fonts-desc-02-t.svg (no svg fonts)[[BR]] 40 47 * fonts-elem-01-t.svg (no svg fonts)[[BR]] 41 * fonts-elem-02-t.svg (text composition issue)[[BR]]42 48 * fonts-elem-03-b.svg (no svg fonts)[[BR]] 43 49 * fonts-elem-04-b.svg (no svg fonts)[[BR]] … … 52 58 * render-groups-01-b.svg (okay, but no svg fonts)[[BR]] 53 59 * render-groups-03-t.svg (okay, but no svg fonts)[[BR]] 54 * text-align-05-b.svg (vertical text issues)[[BR]]55 60 * 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]] 61 * text-altglyph-01-b.svg (no svg fonts [http://bugs.webkit.org/show_bug.cgi?id=6426 #6426])[[BR]] 59 62 * text-text-04-t.svg (no svg fonts)[[BR]] 60 63 * text-text-05-t.svg (no svg fonts)[[BR]] 61 64 * 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 65 66 = Important, data type design changes: = 66 = Important, data type design changes = 67 67 * SVGAngle* -> SVGAngle (pass by value, not by pointer)[[BR]] 68 68 * SVGColor* -> SVGColor (pass by value, not by pointer)[[BR]] 69 69 * SVGPreserveAspectRatio* -> SVGPreserveAspectRatio (pass by value, not by pointer)[[BR]] 70 70 71 = JavaScript / ObjC SVG DOM issues :=71 = JavaScript / ObjC SVG DOM issues = 72 72 * Provide more SVG DOM JavaScript tests (ie. for SVGLength & friends)[[BR]] 73 * Fix fundamental SVG DOM issues with baseVal/animVal [[BR]]73 * Fix fundamental SVG DOM issues with baseVal/animVal ([http://bugs.webkit.org/show_bug.cgi?id=14150 #14150])[[BR]] 74 74 75 = Filter issues: = 76 * Quality of filter output can be low in certain circumstances[[BR]] 75 = Filter issues = 76 * Quality of filter output can be low in certain circumstances ([http://bugs.webkit.org/show_bug.cgi?id=6021 #6021] [http://bugs.webkit.org/show_bug.cgi?id=5526 #5226])[[BR]] 77 * <feImage> needs to support fragment urls ([http://bugs.webkit.org/show_bug.cgi?id=12027 #12027]) 77 78 78 = General structure: = 79 = Text issues = 80 * different baseline are not supported ([http://bugs.webkit.org/show_bug.cgi?id=6424 #6424] [http://bugs.webkit.org/show_bug.cgi?id=14005 #14005]) 81 * SVG Fonts related DOM classes are missing ([http://bugs.webkit.org/show_bug.cgi?id=10650 #10650] [http://bugs.webkit.org/show_bug.cgi?id=10651 #10651] [http://bugs.webkit.org/show_bug.cgi?id=10652 #10652]) 82 * SVG text is integer based due the integration with the HTML text engine. Imporant to fix. ([http://bugs.webkit.org/show_bug.cgi?id=12172 #12172] [http://bugs.webkit.org/show_bug.cgi?id=12448 #12448] [http://bugs.webkit.org/show_bug.cgi?id=14242 #14242] ) 83 * Vertical text selection is not "natural" ([http://bugs.webkit.org/show_bug.cgi?id=13910 #13910] 84 85 = General structure = 79 86 * platform/graphics/svg must be moved into ksvg2/<whatever> (maybe "graphics").[[BR]] 80 87 * ksvg2/ must be moved to svg/ (inside WebCore, as it is right now)[[BR]]