repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Correct some typos in the comments. a=typo-fix
[gecko.git]
/
gfx
/
tests
/
reftest
/
1662062-1-ref.html
blob
ca25585df9cb88249f5182e05af224d35e7cbc8f
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
html {
6
scrollbar-width: none;
7
}
8
body {
9
margin:
0
;
10
}
11
</style>
12
</head>
13
<body>
14
15
<svg
height
=
"500"
width
=
"500"
>
16
<polygon
points
=
"250 50 275 100 350 100 300 150 325 225 250 175 175 225 200 150 150 100 225 100"
stroke
=
"green"
fill
=
"transparent"
stroke-width
=
"25"
/>
17
</svg>
18
19
</body>
20
</html>