<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><font size="+1">Nice. I want to use it my experimental circular
toolbar morph :-)<br>
</font></p>
<p><font size="+1">I am not sure how to do it from the drawOn:
method.</font></p>
<p><font size="+1">Likely I can draw on a form and render it from
the drawOn: method. Is it the best way to do it right now
regarding the state of VectorGraphics?<br>
</font></p>
<p><font size="+1"></font>Hilaire<br>
</p>
<div class="moz-cite-prefix">Le 19/05/2020 à 17:19, Juan Vuletich a
écrit :<br>
</div>
<blockquote type="cite" cite="mid:5EC3F8E5.3080306@jvuletich.org">This
is still experimental code, but evaluate in a Workspace:<br>
<br>
Feature require: 'VectorGraphics'.<br>
c _ VectorCanvas onForm: Display.<br>
c strokeWidth: 10 color: Color blue darker fillColor: Color blue
lighter do: [ :e |<br>
e<br>
abs_MoveToX: 200 y: 200;<br>
abs_EllipseCenterX: 200 y: 200 radiusX: 100 radiusY: 100
rotationAngle: 0 start: 72 degreesToRadians sweep: 72
degreesToRadians ].<br>
Display forceToScreen<br>
<br>
This will let you start exploring what is in there. You might also
try and explore<br>
<br>
Feature require: 'SVG'.<br>
SVGElementMorph examplesLion.<br>
<br>
Ask any and all questions, please!!!<br>
</blockquote>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a></pre>
</body>
</html>