Stefan

Results 19 issues of Stefan

In SVG, a fill-rule can be specified. The default is non-zero. This is good because this is also the default in <canvas> so whenever a fill-rule is not specified we...

This only applies to manual compositing of layers. A new canvas should only be constructed when the layer is scaled, flipped or rotated.

enhancement

Right now only errors on the global structure of the source code communicate their line numbers. Expand this to the parsing and runtime level. Also I noticed the current position...

Currently it can be quite cumbersome to spot mistakes. Syntax highlighting will help a lot, but this depends on #19.

As a continuation on #5 We should be able to call different functions(?) like ```sketch.root```or ```sketch.article``` on imported sketches. A made up example: ``` %import -myFakeArticlesSketchURL as gazette root: -...

Right now, as individual characters goes, only single spaces " " are considered white space, and we tell the parser to skip those in some instances (most importantly when they...

When using this code in an iframe the session object after the redirect to /application isn't the same as the the one set before it, different session id's. It works...