In my web page, there are many irregular polygon shape .Now i have set each line x and y axis value within tag, but i would like add multiple line like paragraph within polygon and it can automatically line break and align correctly. Now my code is
<svg width="640" height="300" style="margin-left:330px;">
<polygon points="0.67,295.00 290.67,0.53 630.00,0.03 630.33,296.53" style="fill:#740054; stroke:#740054;stroke-width:1"/>
<text x="210" y="120" style="font-size:24px;fill:#fff;font-family:Calibri;">Lend Lease </text>
<text x="322" y="120" style="font-size:18px;fill:#fff;font-family:Calibri;">has been awarded the contract to </text>
<text x="210" y="140" style="font-size:18px;fill:#fff;font-family:Calibri;">design and construct two additional southbound</text>
<text x="210" y="160" style="font-size:18px;fill:#fff;font-family:Calibri;">lanes on the Kwinana Freeway for 5km.The works </text>
<text x="210" y="180" style="font-size:18px;fill:#fff;font-family:Calibri;">will commence in September and conclude in late </text>
</svg>
i want to use single paragraph tag and it can align automatic correctly.