1 <svg id=
"svg-root" width=
"100%" height=
"100%" viewBox=
"0 0 480 360" xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <!--======================================================================-->
3 <!--= SVG 1.1 2nd Edition Test Case =-->
4 <!--======================================================================-->
5 <!--= Copyright 2008 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, European Research Consortium for =-->
7 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
8 <!--= All Rights Reserved. =-->
9 <!--= See http://www.w3.org/Consortium/Legal/. =-->
10 <!--======================================================================-->
11 <d:SVGTestCase xmlns:
d=
"http://www.w3.org/2000/02/svg/testsuite/description/" template-version=
"1.4" reviewer=
"CL" author=
"Microsoft" status=
"accepted" version=
"$Revision: 1.3 $" testname=
"$RCSfile: painting-marker-07-f.svg,v $">
12 <d:testDescription xmlns=
"http://www.w3.org/1999/xhtml" href=
"http://www.w3.org/TR/SVG11/painting.html#Markers">
14 A 'marker' element with 'display' set to 'none' on that
15 element or any ancestor is rendered when referenced by another element.
18 <d:operatorScript xmlns=
"http://www.w3.org/1999/xhtml">
20 Run the test. No interaction required
23 <d:passCriteria xmlns=
"http://www.w3.org/1999/xhtml">
25 Test passes if there are two green triangles visible on the page.
29 <title id=
"test-title">$RCSfile: painting-marker-
07-f.svg,v $
</title>
32 font-family=
"SVGFreeSansASCII"
33 unicode-range=
"U+0-7F">
35 <font-face-uri xlink:
href=
"../custom/resources/SVGFreeSans.svg#ascii"/>
39 <g id=
"test-body-content" font-family=
"SVGFreeSansASCII,sans-serif" font-size=
"18">
41 <marker id=
"testMarker" markerWidth=
"100" markerHeight=
"100" display=
"none">
42 <path d=
"M 0 0 L 200 200 L 0 150 z" fill=
"green" />
45 <marker id=
"testMarker2" markerWidth=
"100" markerHeight=
"100">
46 <path d=
"M 0 0 L 200 200 L 0 150 z" fill=
"green" />
50 <path d=
"M 0 0 L 25 25" marker-end=
"url(#testMarker)" />
51 <path d=
"M 100 0 L 125 25" marker-end=
"url(#testMarker2)" />
53 <g font-family=
"SVGFreeSansASCII,sans-serif" font-size=
"32">
54 <text id=
"revision" x=
"10" y=
"340" stroke=
"none"
55 fill=
"black">$Revision:
1.3 $
</text>
57 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" fill=
"none" stroke=
"#000"/>
58 <!-- comment out this watermark once the test is approved -->
60 <g id="draft-watermark">
61 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
62 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
63 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>