<div>One more issue related to the icons collection. I see this in util.rkt:</div><div><br></div><div><div>(define svg-icons-base-path (collection-path &quot;icons/private/svg&quot;))</div></div><div><br></div><div>which means that the cons won&#39;t work when embedded executables (that line&#39;ll just fail at runtime). The simple thing to do is to replace that with a use of define-runtime-path, but that means that all of the icons will be pulled in when any one is touched in an executable. Planetcute works around this with some macro trickery that you might want to take a look at.</div>
<div><br></div><div>FWIW, if a svg support is coming down the pike, then I think doing the simple define-runtime-path is just fine as a temporary measure (and then do something better when we have the svg support).</div><div>
<br></div><div>Robby</div><div><br></div>