mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
402 B
XML
14 lines
402 B
XML
|
<?xml version="1.0" standalone="no"?>
|
||
|
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
xmlns="http://www.w3.org/2000/svg">
|
||
|
<path d="M 0 0
|
||
|
C 0,0 0,0
|
||
|
501.208526, 390.4
|
||
|
501.208543, 390.4
|
||
|
0,0 0,0 0,0 0,0 0,0" stroke="black" id="p"/>
|
||
|
<script>
|
||
|
var path = document.getElementById("p");
|
||
|
var segNum = path.getPathSegAtLength(1200);
|
||
|
</script>
|
||
|
</svg>
|