OS4 DepotLogo by mason 
(anonymous IP: 18.226.185.207,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Graphics » Convert » svg2dr2d.lha

Svg2dr2d

Description: Convert SVG to IFF DR2D format
Download: svg2dr2d.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 317kb
Version: 1.2
Date: 06 Jan 2015
Author: Chris Young
Submitter: uploader
Homepage: http://www.unsatisfactorysoftware.co.uk
Requirements: AmigaOS 4.x
Category: graphics/convert
Replaces: graphics/convert/svg2dr2d.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 9103
 
Comments: 2
Snapshots: 0
Videos: 0
Downloads: 196  (Current version)
245  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This program converts SVG (Scalable Vector Graphics) images
into standard IFF DR2D format.

NB: the 68k build should be considered beta software.


USAGE
=====

svg2dr2d SVG=INPUT/A,DR2D=OUTPUT/A

Example:
svg2dr2d drawing.svg drawing.iff

Converts the SVG file drawing.iff into an IFF DR2D drawing.iff


LIMITATIONS
===========

svg2dr2d supports everything that libsvgtiny can decode from SVGs,
except text (which is encoded in the DR2D but doesn't display for
unknown reasons).

If SVGs do not convert properly, it is worth checking that
libsvgtiny can actually decode them.  An easy way to find out is
to try displaying them with the OS4 version of NetSurf.

The 68k version has received very little testing.  It does work
but frequently crashes.  This appears to be partly down to stack
usage, so ensure you set a large stack (eg. STACK 500000) before
calling the executable.  It also appears to introduce errors in
the output DR2D which the OS4 build does not.


HISTORY
=======
1.2 (05.01.2015) Second release
* Added 68k version.
* Updated to latest libsvgtiny (which now uses libexpat and libdom
  instead of libxml2)

1.1 (18.05.2009) First release


LICENCE
=======

This software is GPL and forms part of the NetSurf project.
  svg2dr2d is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; version 2 of the License.
It is statically linked to libraries licenced under MIT.
See the file named COPYING which forms part of this archive.
Source code is at http://git.netsurf-browser.org/
For more information about NetSurf see http://www.netsurf-browser.org

----
Please note the primary download location for my software is Aminet
(http://www.aminet.net).  If you obtained this archive from anywhere
else, please check Aminet and/or Unsatisfactory Software
(http://www.unsatisfactorysoftware.co.uk) for newer versions.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved