SpiderBasic 3.20 is out !

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

SpiderBasic 3.20 is out !

Post by Fred »

Hello everyone,

2026-01-12 : Final versions is out !

2026-01-08: Small bug fix release to iron out know bugs beofre final !

Code: Select all

Changed: Changed the flag parameter for ExportFile() to an optional filename.
2025-11-10: A new beta is available, including the final doc for the new commands. Don't hesitate to test it to see if all is working as expected !

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: 140
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 3.20 beta 1 is available

Post by munfraid »

Very useful additions! Great! :)
Fred
Site Admin
Posts: 1856
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.20 beta 2 is available

Post by Fred »

A new beta is available, including the final doc for the new commands. Don't hesitate to test it to see if all is working as expected !
Fred
Site Admin
Posts: 1856
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.20 beta 3 is available

Post by Fred »

2026-01-08: Small bug fix release to iron out know bugs beofre final !

Code: Select all

Changed: Changed the flag parameter for ExportFile() to an optional filename.
Fred
Site Admin
Posts: 1856
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.20 is out !

Post by Fred »

2026-01-12 : Final versions is out !
munfraid
Posts: 140
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 3.20 is out !

Post by munfraid »

Great, thanks!
User avatar
SparrowhawkMMU
Posts: 292
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: SpiderBasic 3.20 is out !

Post by SparrowhawkMMU »

many thanks for the improvements
akee
Posts: 21
Joined: Fri Jun 27, 2014 7:20 pm

Re: SpiderBasic 3.20 is out !

Post by akee »

Thanks Fred & team.
User avatar
Peter
Posts: 1203
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 3.20 is out !

Post by Peter »

Image
Post Reply