Page 1 of 1

VectorDrawing - new function

Posted: Thu Dec 01, 2016 12:12 pm
by pf shadoko
Some functions available on PB are badly missing on SB :

- ClipPath
- VectorSourceImage
- VectorSourceCircularGradient : CentreX, CentreY

I took a look at SVG, it seems possible

Re: VectorDrawing - new function

Posted: Thu Dec 01, 2016 3:51 pm
by Fred
We use Paperjs, and some of PB features are not supported unfortunately

Re: VectorDrawing - new function

Posted: Fri May 28, 2021 12:38 am
by Axeman
That's a bit unfortunate. I was hoping to use SpiderBasic to create web and mobile versions of the jigsaw puzzle client I use with my Jigsaw Foundry jigsaw puzzle generator software ( https://store.steampowered.com/app/1586 ... w_Foundry/ ). Without the 'VectorSourceImage' command that looks to be impossible using SpiderBasic, however.

Obviously I can still do it by coding directly in Javascript, but since Jigsaw Foundry is written in PureBasic using SpiderBasic would have saved me a lot of work.