SpiderBasic 3.20
- Added: Fully reworked the VectorDrawing library to be much faster than before
- Added: PdfVectorOutput(), ExportPdf(), ExportPdfMemory() to easily create PDF
- Added: SvgVectorOutput(), ExportSvg(), ExportSvgString() 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_ThemeChanged 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
- Changed: Changed the flag parameter for ExportFile() to an optional filename.
- Removed: PathBoundsX(), PathBoundsY(), PathBoundsWidth(), PathBoundsHeight()
SpiderBasic