2.0:
- Added Linux ARM 64 build. (Works for Xojo 2022r4 or later).
1.5:
- Added Windows Arm 64 build.
- Added preliminary support for walking and tweaking the SVG model.
- Added LayoutObject class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutContainer class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutGroup class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutGradient class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutLinearGradient class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutRadialGradient class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutMarker class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutShape class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutSolidColor class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added LayoutSymbol class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added SVGColor class. (Part of the preliminary support for walking and tweaking the SVG model).
- Added Root property to the Image class.
- Added LineCapValues enum.
- Added LineJoinValues enum.
- Added WindRuleValues enum.
- Added MarkerOrientValues enum.
- Added SpreadMethodValues enum.
- Added one new example project.
1.0.2:
- The ToRawBitmap functions now will throw OutOfMemoryException in out of memory conditions.
- Slightly updated the lunasvg library under the hood.
1.0:
- This is the first version.