<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-04-16 20:43 GMT+02:00 Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br><div style="word-wrap:break-word"><br><div><blockquote type="cite"><div>On 16.04.2015, at 11:33, Nicolai Hess &lt;<a href="mailto:nicolaihess@web.de" target="_blank">nicolaihess@web.de</a>&gt; wrote:</div><br><div><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><br><div>(Firefox on Windows 7)<br><br></div><div>Does copy and paste work for other systems / browser?<br></div></div></div></div></div></blockquote><div><br></div><div>Ah, Chrome works best so far. Sorry. Patches welcome ;^)</div></div></div></blockquote><div><br></div><div>Yes, that works much better.<br><br></div><div>More strange squeakjs results (repeats for times) :<br><br>|form canvas fill direction normal|<br>direction := 200@0.<br>normal := 0@1.<br>form := Form extent:600@600 depth:32.<br>canvas := form getCanvas.<br>fill := GradientFillStyle new colorRamp:{0 -&gt; Color white . 0.5 -&gt; Color green . 1 -&gt; Color blue};origin:300@300;direction:direction;normal:normal;radial:true;yourself.<br>canvas fillRectangle: (0@0 extent:600@600) fillStyle: fill.<br>Display getCanvas drawImage: form at: 300@300.<br><br><br></div><div>And If I swap direction and normal<br>direction := 1@0.<br>normal := 0@200.<br><br></div><div>squeakjs does not <br>response anymore !<br><br><br></div><div>nicolai<br><br></div><div><br><br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><br><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<a href="http://tinyurl.com/mks6psd" target="_blank">http://tinyurl.com/mks6psd</a><br>
<br>
&gt; How would JS react on a wrong array access? Throwing an exception?<br>
<br>
No. It&#39;s just a no-op.<br>
<br>
- Bert -<br>
<br>
<br>
<br>
<br></blockquote></div><br></div></div>
</div></blockquote></div><br><div>
<span style="border-collapse:separate;border-spacing:0px;color:rgb(0,0,0);font-family:&quot;Lucida Grande&quot;;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word"><div style="font-family:Helvetica"><span style="font-family:Helvetica">- Bert -</span></div><div style="font-family:Helvetica"><span style="font-family:Helvetica"><br></span></div></div></span></div></div><br></blockquote></div><br></div></div>