PureSVG - now with LoadSVG() !

Share your advanced PureBasic knowledge/code with the community.
DROS
New User
New User
Posts: 1
Joined: Sun Jan 20, 2013 6:44 pm
Contact:

Re: PureSVG - now with LoadSVG() !

Post by DROS »

Hi all.

Guys, where i can download latest version of this lib, if this can be able...

Thx
User avatar
zxtunes.com
Enthusiast
Enthusiast
Posts: 375
Joined: Wed Apr 23, 2008 7:51 am
Location: Saint-Petersburg, Russia
Contact:

Re: PureSVG - now with LoadSVG() !

Post by zxtunes.com »

Seymour Clufley wrote:This "library" enables you to draw an SVG image using analogues of 2DDrawing's commands.

The following things are possible:
  • primitives (lines, curves, texts, raster images, etc.)
  • attributes
  • classes
  • gradients
  • patterns
  • masking
  • mouse actions
  • JavaScript
  • metadata
Here's a zip containing the PBI and the CHM file.

Happy new year, everyone!
Seymour.
zip not found :(
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: PureSVG - now with LoadSVG() !

Post by Poshu »

Same here, does anyone have it stored somewhere?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: PureSVG - now with LoadSVG() !

Post by c4s »

Yes, I have a version of it. Unfortunately it seems to be pretty old (from October 2010) but you can download it here:
http://www8.zippyshare.com/v/35184578/file.html


By the way: I'm still voting for allowing file uploads to the forum as requested over here (and here as well)...
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: PureSVG - now with LoadSVG() !

Post by Seymour Clufley »

I have a much newer version of PureSVG, which runs a lot faster. The bad side is I haven't had time to complete it, so many of the new functions described in the manual don't work. I did write a blurb for when the new version was uploaded, but since the new functionality is not stable I will not post it. Maybe in the future, when I have had time to work on PureSVG, then I will "announce" the new features. As it is, this version is unofficial, but a lot faster than any older version that anyone might have.

PS. The CHM format seems to be old hat, so I wrote a custom HTML/JS file to serve the same purpose. It is included in the zip.

NEW VERSION
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: PureSVG - now with LoadSVG() !

Post by c4s »

Thanks for the new version!
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: PureSVG - now with LoadSVG() !

Post by Poshu »

Perfect :3
Ramses800
User
User
Posts: 27
Joined: Wed Nov 05, 2014 3:12 pm
Location: Sweden

Re: PureSVG - now with LoadSVG() !

Post by Ramses800 »

I am trying to figure out how to use PureSVG for creating a larger(well, slightly larger at least) SVG and importing(and positioning) smaller, already existing SVGs(created in Inkscape) into the created SVG but I dont find any command like PBs own DrawImage/DrawAlphaImage?
Is there anyway to do this with this library?
Former VB6 developer adventuring in a brave, new Purebasic world!
Post Reply