<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="+1">Thanks Juan,<br>
</font></p>
<p><font size="+1">It is better. Still has some issue with some
icons. Try with the attached one then do:<br>
</font></p>
<pre><font size="+1">[(SVGMainMorph fromFile: 'freePoint.svg' asFileEntry) openInWorld]
on: SVGWarning do: [:warning | warning resume].
</font></pre>
<p>Inspect the SVG morph, then do:</p>
<pre>self imageForm: 60@60 depth: 32
</pre>
<p>The resulting form does not have the right scale. It looks like
it is cropped then scaled to 60@60, so it is oversized.</p>
<p>By the way, you may want to run the SVG examples, some are not
working.<br>
</p>
<p>Best</p>
<p>Hilaire<br>
</p>
<div class="moz-cite-prefix">Le 14/12/2021 à 15:45, Juan Vuletich a
écrit :<br>
</div>
<blockquote type="cite" cite="mid:61B8AE1A.5020501@zoho.com">Hi
Hilaire,<br>
<br>
I pushed a couple of updates on this. Now SVGMainMorph will start
scaled according to width and height, and #morphExtent will give
the correct answer (for Layouts). Please pull and try it.<br>
<br>
Thanks!</blockquote>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>