coords-viewattr-03-b
|
SVG Image
|
PNG Image
|
coords-viewattr-03-b.svg
Tests the viewBox attribute on SVG elements
<svg> 'viewBox' attribute
viewBox="0 0 200 200"
overflow="visible"
viewBox="0 0 200 200"
overflow="hidden"
viewBox="0,0,200,200"
overflow="visible"
viewBox="0,0,200,200"
overflow="hidden"
viewBox="0,0, 200, 200"
overflow="visible"
viewBox="0,0, 200, 200"
overflow="hidden"
$Revision: 1.7 $
|
|
|
This file tests the allowed syntax of the viewBox attribute. The viewBox attribute is a list of
four numbers min-x, min-y, width and height, separated by whitespace and/or a comma.
In the rendered result, you should see 6 identical light blue shapes. All 6 test cases
are valid.