mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
455 B
HTML
16 lines
455 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|
<title>non-scaling-stroke reftest</title>
|
|
<style>
|
|
* {
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<svg height="2000" width="2000" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill="red" stroke-width="2" stroke="black" d="m10,18 100,0 0,100 -100,00z"></path>
|
|
</svg>
|
|
</body></html>
|