VectorDrawing - new function

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
pf shadoko
Posts: 74
Joined: Thu May 26, 2016 11:09 am

VectorDrawing - new function

Post 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
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: VectorDrawing - new function

Post by Fred »

We use Paperjs, and some of PB features are not supported unfortunately
Axeman
Posts: 1
Joined: Fri May 28, 2021 12:27 am

Re: VectorDrawing - new function

Post 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.
Post Reply