TestCoverage/9-Basic-Shapes

From SVG

This page is an archive of the previous Group's wiki from http://www.w3.org/Graphics/SVG/Group/wiki.


Test Coverage for SVG Tiny 1.2 Chapter 9: Basic Shapes

[1]

Legend:

 - is a comment or note
  is an assertion or feature that is fully covered in the test suite
 # is an assertion or feature that is partially or not covered in the test suite

9.2 The 'rect' element

- maybe we should additionally test what happens if invalid negative values are specified


# test stroking if order of stroking commands is correctly implemented, use stroke dashing for illustration; comment: need to update spec first

9.3 The 'circle' element

- maybe we should additionally test what happens if invalid negative values are specified


# test stroking if order of stroking commands is correctly implemented, use stroke dashing for illustration

9.4 The 'ellipse' element

# test stroking if order of stroking commands is correctly implemented, use stroke dashing for illustration

9.5 The 'line' element

# test default attributes x1/y1 and x2/y2, test if start of line is correct visualized throug dashed lines