genworks
genworks
Yep this is an SVG/Raphael bug. PNG output looks correct. Partial fix for SVG is available in https://github.com/genworks/Genworks-GDL/blob/master/gdl/gwl-graphics/raphael/source/lenses.lisp Text sizing, font, positioning still need tweaking for SVG so this issue...
We are going to upgrade to the latest swank/slime in the next release (by end of this month, including full Enterprise 1582), and see if this continues to be an...
The issue with using self is if you have ... :computed-slots ((display-controls (merge-display-controls (list :color :red)))) ... then you end up with a circularity. I guess the question is whether...
The color and line-thickness selection appear to be functional currently for SVG mode at least. Color selection is broken for VRML, X3D, and X3DOM. This needs to be fixed.
The reason most things are functions rather than computed-slots is because they can accept arguments, so they can return different return-values if they are called with different values for the...
Here's an example of how you make a cached-function (which does memoization) in Gendl (this is experimental and undocumented, but has actually been in there for a long time!): ```...
Along the same lines, we want to extend the sheet-section concept with gdlAjax to: - allow for gdlAjax to work with the toplevel page, without need for child sheet-sections -...
But first things first, let's address the reported Bug. Here is the submitted code example by @reiniervandijk: http://paste.lisp.org/display/134625 Note that these Github issues allow for attaching an image but not...
SVG/VML has to be upgraded for several lenses, not just this one. This will wait until after 1581 initial release.