Page 1 of 1

SpiderBasic 3.20 beta 1 is available

Posted: Fri Nov 07, 2025 9:15 am
by Fred
Hello everyone,

A new beta is available which includes a full rework of the vector drawing lib (based on pf-shadoko work) and some interesting new features:

Code: Select all

Added: Fully reworked the VectorDrawing library to be much faster than before
Added: PdfVectorOutput(), ExportPdf(), ExportPdfMemory() to easily create PDF
Added: SvgVectorOutput(), ExportSvg(), ExportSvgMemory() to easily create SVG
Added: RemoveMobileItem() and ClearMobileItems() for ListMobile()
Added: MobileTheme() to dynamically switch the mobile libary theme from light to dark
Added: IsDarkMode() to detect if the device is default theme is dark or bright.
Added: #PB_Event_ColorSchemeChanged event to detect switch between dark and bright mode.
Added: CenterX/Y param for VectorSourceCircularGradient()
Added: ClipPath(), FlipCoordinatesX(), FlipCoordinatesY(), VectorSourceImage(), IsInsideStroke()
Added: #PB_Path_Winding mode for FillPath() and oddeven as well

Removed: PathBoundX(), PathBoundY(), PathBoundWidth(), PathBoundHeight()
Have fun !

The Fantaisie Software team

Re: SpiderBasic 3.20 beta 1 is available

Posted: Sat Nov 08, 2025 9:52 am
by munfraid
Very useful additions! Great! :)