SpiderBasic 3.20 beta 1 is available

Everything else that doesn't fall into one of the other categories.
Fred
Site Admin
Posts: 1833
Joined: Mon Feb 24, 2014 10:51 am

SpiderBasic 3.20 beta 1 is available

Post 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
munfraid
Posts: 137
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 3.20 beta 1 is available

Post by munfraid »

Very useful additions! Great! :)
Post Reply