My preferred way would be to use a file that opens in a browser and/or edit with e.g. Inkscape (setting preferences SVG output, Path data, Absolute makes it easier to use Inkscape's XML editor to adjust to accurate values later). But without knowing the overall dimensions of the hull and exact curvature of bow/stern, the values are guesstimates.
Code: Select all
<svg version="1.1" width="1975" height="400" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<path d="
M 1,0.5
L 0.9584,0.7067
C 0.9084,0.9328 0.8615,0.9874 0.8152,1
H 0.318
C 0.01,1 0.01,0 0.318,0
H 0.8152
C 0.8615,0 0.9084,0.0641 0.9584,0.2933
Z " fill="silver" opacity=".6" stroke="red" stroke-width=".01"/>
</svg>
