Glimmer DSL for SWT v4.18.5.2 Release Notes

    • ๐Ÿ‘Œ Support checking if an arc shape accurately includes a point x,y coordinates within pie region only
    • ๐Ÿ‘Œ Support checking if an oval shape includes a point x,y coordinates in oval region only (not its rectangular region)
    • ๐Ÿ‘Œ Support checking if a focus shape includes a point x,y coordinates
    • ๐Ÿ‘Œ Support checking point inclusion differently in drawed vs filled Rectangle (only check the drawn border when not filled)
    • ๐Ÿ‘Œ Support checking point inclusion differently in drawed vs filled Oval (only check the drawn border when not filled)
    • ๐Ÿ‘Œ Support checking point inclusion differently in drawed vs filled Arc (only check the drawn border when not filled)
    • ๐Ÿ‘Œ Support #include?(x, y) and #contain?(x, y) methods in text shape
    • ๐Ÿ›  Fix point inclusion check for polyline
    • ๐Ÿ›  Fix issue with polygon check if it includes a point x,y coordinates (replace with available java.awt robust geometry algorithms)
    • ๐Ÿ›  Fix issue with transforms not working after the latest changes