Glimmer DSL for SWT v4.18.4.8 Release Notes

    • ๐Ÿ‘‰ Make image a top-level expression keyword
    • 0๏ธโƒฃ Default placing image on Canvas at coordinates 0, 0 if they are not specified (e.g. canvas {image some_image})
    • ๐Ÿ‘Œ Support passing in color args directly to the pixel keyword as an rgb value array without using the color/rgb keyword, to improve performance for large pixel counts
    • ๐Ÿ‘Œ Support Image Double Buffering by nesting an image built from shapes within a canvas
    • Shrink image of baseball background for Hello, Table! Sample to reduce the glimmer-dsl-swt gem size (recently bloated)
    • ๐Ÿ›  Fix issue with closing a canvas shell with pixel graphics freezing temporarily for a long time while disposing shapes
    • ๐Ÿ›  Fix issue with disposing image having shapes