SVG Text Draw text

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

<svg xmlns="http://www.w3.org/2000/svg">
    <text x="40" y="60" font-size="28">Hello World!</text>
</svg>

The x and y coordinate specifies the position of the bottom-left corner of the text (unless text-anchor has been modified).

enter image description here



Got any SVG Question?