Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.237.530 Times

Svg software
Filter: All | Freeware | Demo
 

Svg

1 2 3 4 5 > 
Released: April 17, 2019  |  Added: June 08, 2019 | Visits: 2.901

DWG to SVG Converter MX DWG to SVG Converter MX is a DWG to SVG conversion tool, you can use it to convert DWG to SVG, DXF to SVG, DWF to SVG file without AutoCAD. Key Features : Batch convert DWG DXF DWF files to SVG file WITHOUT AutoCAD. Supports true colors. You may convert model space, all layouts, all...



Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $59.50 USD Size: 7.23 MB Download (154): DWG to SVG Converter MX Download

Released: December 04, 2007  |  Added: December 31, 2007 | Visits: 71.313

Sketsa SVG Editor Sketsa is a cross platform vector drawing application based on SVG. Scalable Vector Graphics (SVG) is a graphics format and technology based on XML developed by W3C. With Sketsa, you can create vector graphics that can be scaled and printed at any resolution, without losing detail or clarity. You...





Platforms: Windows, Mac, *nix, Java

License: Shareware Cost: $59.00 USD Size: 9.95 MB Download (9825): Sketsa SVG Editor Download

Added: January 18, 2010 | Visits: 1.363

SVG::Metadata SVG::Metadata is a Perl module to capture metadata info about an SVG file. SYNOPSIS use SVG::Metadata; my $svgmeta = new SVG::Metadata; $svgmeta->parse($filename) or die "Could not parse $filename: " . $svgmeta->errormsg(); $svgmeta2->parse($filename2) or die "Could not parse...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (99): SVG::Metadata Download

Added: September 03, 2010 | Visits: 2.138

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Added: September 19, 2010 | Visits: 968

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Added: June 09, 2010 | Visits: 1.750

SVG-cards SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on... You can print them on your color printer and make real...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (200): SVG-cards Download

Added: October 22, 2010 | Visits: 1.448

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: February 16, 2010 | Visits: 1.682

Glips Graffiti SVG Editor GLIPS Graffiti editor is a cross-platform SVG graphics editor based on Batik and developed by ITRIS..


Platforms: *nix

License: Freeware Size: 4.7 MB Download (184): Glips Graffiti SVG Editor Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: November 27, 2010 | Visits: 1.266

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Games::Go::SGF2misc::SVG Download

Added: May 08, 2010 | Visits: 1.117

SVG Charter Alpha SVG charter is a project to build a tool to generate charts and graphs with SVG output to allow fully scalable data visualization. The application came about after my personal frustration with not being able to read tiny GIF charts accurately. Couldnt be simpler, though. You must run SVG...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): SVG Charter Alpha Download

Added: April 19, 2010 | Visits: 1.244

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (99): SVG::Template::Graph Download

Added: July 21, 2010 | Visits: 1.104

SVG::Element SVG::Element is a Perl module to generate the element bits for SVG.pm. SVG.pm makes it possible to generate fully-functional SVG images in perl. 100% of the SVG tags are supported, and any new arbitrary element tag can be added by users by declaring it. ***THERE ARE FIVE WAYS TO IMPLEMENT...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (89): SVG::Element Download

Added: March 18, 2010 | Visits: 1.091

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

Added: August 25, 2010 | Visits: 1.095

Bio::Phylo::Treedrawer::Svg Bio::Phylo::Treedrawer::Svg is a Perl module that creates svg tree drawings. No serviceable parts inside. This module creates a scalable vector graphic from a Bio::Phylo::Trees::Tree object. It is called by the Bio::Phylo::Treedrawer object, so look there to learn how to create tree drawings....


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Bio::Phylo::Treedrawer::Svg Download

Added: July 26, 2010 | Visits: 1.767

SVG Icons The SVG Icons project provides SVG icon themes for desktop environments, including KDE and GNOME. They provide high rendering quality due to anti-aliasing, and reduce the amount of disk space required. SVG Icons project has a goal to provide Open-Source reference implementation of SVG icon...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (180): SVG Icons Download

Released: December 21, 2012  |  Added: March 30, 2014 | Visits: 1.947

SVG Kit for Adobe Creative Suite SVG Kit for Adobe Creative Suite. Provides complete support of SVG format for Adobe CreativeSuite, including InDesign, InCopy, InDesign Server and Photoshop, both Windows and Mac, both 32 and 64bit. Moreover, with the help of our plug-in you can import SVG into your Indersign/InCopy...


Platforms: Windows, Windows 7, Windows Server

License: Commercial Cost: $199.00 USD Size: 38.23 MB Download (712): SVG Kit for Adobe Creative Suite Download

Released: February 14, 2011  |  Added: May 05, 2011 | Visits: 1.269

Easy CAD to SVG Converter This CAD2SVG converter allows you to publish your CAD drawings as SVG (Scalable Vector Graphics), an open-standard W3C standard for the presentation of compact and high-quality graphics on the web. You can input any DWF, DWG, or DXF drawing, specify the output width and height, scale the...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.51 MB Download (625): Easy CAD to SVG Converter Download

Released: May 01, 2011  |  Added: December 10, 2011 | Visits: 1.123

Aurora SVG Viewer & Converter Easy SVG viewer and converter tool. | Easy folder selection, and thumbnail display mode. | Support SVG Animation preview and Batch Convert to tiff, png, jpg, gif, tga, etc. Features: 1. Support Windows & MAC OS. 2. Easy folder selection, and thumbnail display mode. 3. Quick preview SVG...


Platforms: Windows, Mac

License: Shareware Cost: $19.95 USD Size: 4.6 MB Download (112): Aurora SVG Viewer & Converter Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 990

DWG to SVG Converter 2010 MX DWG to SVG Converter 2010 MX allows you convert DWG to SVG, DXF to SVG and DWF to SVG directly without need of AutoCAD, it converts DWG, DXF and DWF files into vector SVG files, quick and easily. DWG to SVG Converter 2010 MX is a program that helps you convert DWG files. Supports...


Platforms: Windows

License: Freeware Download (479): DWG to SVG Converter 2010 MX Download

1 2 3 4 5 >