Loads an svg file from a url.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>url</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>url to load the geometry from</td>
</tr>
<tr>
	<td>reload</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>reload the geometry</td>
</tr>
<tr>
	<td>drawFillShapes</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to draw the fillShapes</td>
</tr>
<tr>
	<td>fillShapesWireframe</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to draw the fillShapes as wireframe</td>
</tr>
<tr>
	<td>drawStrokes</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to draw the strokes</td>
</tr>
<tr>
	<td>strokesWireframe</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to draw the strokes as wireframe</td>
</tr>
<tr>
	<td>tStyleOverride</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>style override</td>
</tr>
<tr>
	<td>strokeWidth</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>stroke width</td>
</tr>
<tr>
	<td>tadvanced</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>advanced</td>
</tr>
<tr>
	<td>isCCW</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>is counter clock wise: defines the vertex order when parsing the font</td>
</tr>
</table>