This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5502 - Problem in test case: paint-other-202-t.svg
Summary: Problem in test case: paint-other-202-t.svg
Status: RESOLVED FIXED
Alias: None
Product: SVG
Classification: Unclassified
Component: Color (show other bugs)
Version: SVG 1.2 Tiny
Hardware: PC Windows XP
: P2 normal
Target Milestone: Test Suite
Assignee: Doug Schepers
QA Contact: SVG Public List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 11:17 UTC by Julien
Modified: 2009-01-08 06:46 UTC (History)
0 users

See Also:


Attachments

Description Julien 2008-02-22 11:17:33 UTC
The test case paint-other-202-t.svg for SVG tiny 1.2, verify the correct usage of the solidColor Element.

However the test case uses:
<circle cx="290" cy="160" r="100" fill="fuchsia" fill-opacity="0.3" stroke="yellow" strok-opacity="0.5" stroke-width="10"/>
      <rect x="90" y="60" width="200" height="200" fill="blue" fill-opacity="0.5" stroke="green" stroke-opacity="0.5" stroke-width="10"/>

which is not using the solid colors. I thinks that the correct test is:

<circle cx="290" cy="160" fill="url(#solidFuchsia)" fill-opacity="0.3" r="100" strok-opacity="0.5" stroke="url(#solidYellow)" stroke-width="10"/>
   <rect fill="url(#solidRed)" fill-opacity="0.5" height="200" stroke="url(#solidGreen)" stroke-opacity="0.5" stroke-width="10" width="200" x="90" y="60"/>
Comment 1 Cameron McCormack 2009-01-08 05:34:34 UTC
This seems to have been fixed some time last year:

  http://dev.w3.org/cvsweb/SVG/profiles/1.2T/test/svg/paint-other-202-t.svg