Release Issues Report 5: 1 stopper, 3 important
If other folks can examine the W3C tests, that'll help too.
SHOW STOPPERS
- [pjrm] Possible W3C test regressions.
Status: Peter needs to take a look and verify/fix. https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1224751...
IMPORTANT
- [scislac] The About screen is not updated.
Status: Winner is MIA. Runners up have been contacted.
- [ishmal, bulia] Win98 crash
Status: nothing obvious found. A debug build has been made: http://inkscape.org/win32/inkscape-exe-iodebug.zip
- [verbalshadow] untranslatable strings in Transformation & Swatches dialog
Status: this is in progress, patches coming soon.
If other folks can examine the W3C tests, that'll help too.
Um, is this related? The file images/struct/Use04-GeneratedContent.svg from the SVG11 standard is not displayed correctly:
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="12cm" height="3cm" viewBox="0 0 1200 300" xmlns="http://www.w3.org/2000/svg" version="1.1"> <desc>Example Use04-GeneratedContent - 'use' with a 'transform' attribute</desc>
<!-- 'style' and 'defs' sections left out -->
<rect x="0" y="0" width="1200" height="300" style="fill:none; stroke:blue; stroke-width:3"/> <g style="/* rule 11 */ stroke-width:40">
<!-- Start of generated content. Replaces 'use' --> <g style="/* rule 1 */ fill:blue; /* rule 3 */ fill-opacity:.5; /* rule 5 */ stroke-linecap:round; /* rule 12 */ stroke-dashoffset:50" > <path d="M300 50 L900 50 L900 250 L300 250" style="/* rule 2 */ stroke:red; /* rule 4 */ stroke-opacity:.5; /* rule 6 */ stroke-linejoin: bevel; /* rule 10 */ stroke-dasharray:300,100" /> </g> <!-- End of generated content -->
</g> </svg>
See images/struct/Use04.png if you have it offline, or http://www.w3.org/TR/2003/REC-SVG11-20030114/struct.html#UseElement I won't file a bug report if you say this is related.
ralf
On 7/22/05, Ralf Stephan <ralf@...748...> wrote:
If other folks can examine the W3C tests, that'll help too.
Likewise with coords/Units.svg and text/tref01.svg and cvs just updated.
Correspondingly, "percentage units don't work" and "trefs don't work". This may be covered by the standard test (http://www.w3.org/Graphics/SVG/Test/, http://inkscape.org/cgi-bin/wiki.pl?SVG_Test_Suite_Compliance) but it won't hurt if you submit separate bugs for them.
On 7/22/05, Ralf Stephan <ralf@...748...> wrote:
Um, is this related? The file images/struct/Use04-GeneratedContent.svg from the SVG11 standard is not displayed correctly:
This one is caused by spaces and comments in CSS, as in
<g style="/* rule 11 */ stroke-width:40">
If you remove the comment it will work. So, yes please submit a bug with this example and assign it to Peter Moulder (it's his domain).
participants (3)
-
bulia byak
-
Kees Cook
-
Ralf Stephan