OS4 DepotLogo by Alessandro Bacchia 
(anonymous IP: 216.73.217.38,2483) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (349)
   o Datatype (51)
   o Demo (206)
   o Development (621)
   o Document (24)
   o Driver (101)
   o Emulation (155)
   o Game (1036)
   o Graphics (514)
   o Library (120)
   o Network (240)
   o Office (67)
   o Utility (954)
   o Video (74)

Total files: 4512

Full index file
Recent index file

 Links

  Amigans.net
  Aminet
  IntuitionBase
  Hyperion Entertainment
  A-Eon
  Amiga Future


Support the site


 Readme for:  Library » Hollywood » hwp_svg.lha

Hwp_SVG

Description: Hollywood plugin for loading SVG images
Download: hwp_svg.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 4Mb
Version: 1.4
Date: 14 Jun 2026
Author: Cairo, Pango, glib, librsvg and libxml2 teams, Andreas Falkenhahn
Submitter: Samir Hawamdeh
Homepage: http://www.hollywood-mal.com/
Category: library/hollywood
Replaces: library/hollywood/hwp_svgimage.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 13869
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
442  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
svg.hwp
=======

This plugin enables Hollywood to load SVG and SVGZ images. After this plugin has
been installed, Hollywood will 'automagically' be able to open SVG images. When
you use LoadBrush() on an SVG image, this plugin will create a vector brush for
you. This means that you can transform it using ScaleBrush(), RotateBrush(), and
TransformBrush() without any losses in quality. In case layers are enabled and
you display a vector brush using DisplayBrush(), the layer graphics can also be
transformed without any quality loss. The same as true for BGPics using vector
graphics.

Please note that svg.hwp will always create images with alpha channel by
default.
If you don't want that, you have to manually delete the alpha channel using
DeleteAlphaChannel() after loading the image. In case you want to use an SVG
image as a BGPic, you can also work around this problem by defining a background
for this BGPic, e.g. like this:

()BGPIC 1, "test.svg", {FillStyle = #FILLCOLOR, FillColor = #WHITE}

Note that if you use Miniwood and you want to load SVGZ images, you must make
sure either "compress" or "imageio" library has been loaded. If the SVG image
contains text and you use Miniwood, you also need to load "text" library or
no text will be rendered.


History
=======

Version 1.4:    (24-May-26)
- Change: Changed name from "svgimage.hwp" to "svg.hwp" for consistency with
  other plugins
- Change [WarpOS]: The plugin uses Hollywood's inbuilt FreeType2 library now;
this
  decreases the plugin size by several hundreds of kilobytes; it also means that
  the WarpOS version of the SVG plugin will require at least Hollywood 6.1 now
  because of a bug in the FreeType2 version in earlier versions of Hollywood
(only
  WarpOS was affected by the bug)
- Fix: When using Miniwood and "text" library hadn't been loaded, the plugin
  crashed when trying to load SVGs that used the <text> tag; when using Miniwood
  and "text" library hasn't been loaded, <text> tags will simply be ignored now
- New: For SVGZ images the plugin will now use Hollywood's inbuilt libz; this
  decreases the plugin size by about 30 kilobytes; note that when using Miniwood
  this means that you need to use either "compress" or "imageio" library or SVGZ
  won't work
- New: Version string in the binary contains the precise CPU arch specification
  now, e.g. "x64-linux" instead of just "Linux"
- New [Linux]: Added build for the Linux arm64 platform
- New [macOS]: Added build for macOS arm64 (Apple Silicon)  
- Change: Amiga installer will now also copy the plugins for all platforms to
the
  linker plugins directory so that they can be easily linked to executables
- Change [iOS]: Added arm64 build for the iOS simulator and removed x86 build
for
  the iOS simulator because the iOS simulator is no longer compatible with x86
- Change [Android]: Removed build for 32-bit softfloat ARM; nobody uses this any
  longer these days
- New: Added support for Hollywood 10's ability to get the image format name;
use
  #ATTRFORMAT for images loaded using the plugin and you'll get "SVG"
- New: Plugin supports Hollywood 10's user tag interface for file adapters now;
  all user tags will be forwarded to the corresponding file adapters now
  
Version 1.3:    (18-Feb-18)
- New: Added build for the 64-bit Android platform
- New: TrueType fonts from *.ttc files are now supported too

Version 1.2:    (02-Jul-15)
- New [Linux]: Added build for Linux ARM
- Fix [Linux/MacOS]: Plugin is now compiled as position-independent code (PIC)
- Fix [OS3]: FPU version will cleanly exit now in case there is no FPU
- New: Added support for adapter-specific file loading (requires Hollywood 6.0)
- No longer accesses chunk loader specifications directly

Version 1.1:    (no public release)
- New: Plugin supports the "ScaleWidth" and "ScaleHeight" tags of Hollywood 5.3
now; can speed things
  up in case you need to load a scaled version of the SVG image
- New: Added file types information for Hollywood 5.3

Version 1.0:    (19-Feb-12)
- First release


Copyright
=========

This plugin was written by Andreas Falkenhahn <andreas()airsoftsoftwair.de>
See the COPYING files in this package for conditions concerning distribution
of this plugin. Visit http://www.hollywood-mal.com/ for more information
on Hollywood and more plugins.

File Version Size Date OS Dls Readme
hwp_ahx.lha1.4121kb11 May 20264.1110¤ Hwp_AHX - Hollywood plugin for Abyss' Highest eXperience
hwp_aiff.lha1.217kb06 Mar 20194.0314¤ Hwp_AIFF - Hollywood plugin for AIFF file format
hwp_apng.lha1.41Mb14 Jun 20264.03¤ Hwp_APNG - Hollywood plugin for APNG anims
hwp_avcodec.lha1.66Mb16 Mar 20264.077¤ Hwp_AVCodec - Hollywood plugin for AVCodec
hwp_digibooster.lha1.2107kb11 May 20264.086¤ Hwp_DigiBooster - Hollywood plugin for DigiBooster
hwp_flicanim.lha1.227kb22 May 20234.0227¤ Hwp_FLICAnim - Hollywood plugin for FLI/FLC anims
hwp_glgalore.lha1.13Mb12 Jan 20184.0245¤ Hwp_GLGalore - Hollywood plugin for OpenGL
hwp_htex.lha1.013Mb03 Jun 20244.0110¤ Hwp_hTeX - Hollywood plugin for LaTeX
hwp_iconic.lha1.1110kb14 Jun 20264.02¤ Hwp_Iconic - Hollywood plugin for icon loader
hwp_jpeg2000.lha1.2379kb22 May 20234.0172¤ Hwp_JPEG2000 - Hollywood plugin for JPEG2000 images
hwp_malibu.lha1.5638kb10 Oct 20244.0165¤ Hwp_Malibu - Run Scala presentations
hwp_moviesetter.lha1.257kb30 Jul 20154.0558¤ Hwp_MovieSetter - Hollywood plugin for MovieSetter anims
hwp_mp3enc.lha1.0632kb09 Mar 20264.0101¤ Hwp_MP3Enc - Hollywood plugin for MP3Enc
hwp_muiroyale.lha1.75Mb12 Jan 20184.0472¤ Hwp_muiroyale - Hollywood plugin for MUI GUIs
hwp_oggtheora.lha1.2869kb14 Jun 20264.04¤ Hwp_OGGTheora - Hollywood plugin for Ogg Theora
hwp_oggvorbis.lha2.02Mb03 May 20264.082¤ Hwp_OGGVorbis - Hollywood plugin for Ogg Vorbis
hwp_pangomonium.lha2.114Mb01 Oct 20244.0101¤ Hwp_Pangomonium - Hollywood plugin for advanced text rendering
hwp_pcx.lha1.226kb22 May 20234.0192¤ Hwp_PCX - Hollywood plugin for PCX file format
hwp_pdf.lha2.023Mb23 Mar 20264.151¤ Hwp_PDF - Hollywood plugin to easily create PDF
hwp_plananarama.lha2.2462kb11 Dec 20234.0165¤ Hwp_Plananarama - Hollywood plugin for planar screen
hwp_rapagui.lha2.27Mb12 Sep 20244.0153¤ Hwp_RapaGUI - Hollywood plugin for GUI creation
hwp_rebelsdl.lha1.15Mb01 Oct 20204.1147¤ Rebel SDL - plugin for Hollywood that allows you use SDL
hwp_sid.lha2.0280kb23 Sep 20244.0207¤ Hwp_Sid - This plugin allows Hollywood to load and play SID
hwp_sqlite3.lha1.2952kb12 Jan 20184.0327¤ Hwp_SQLite3 - Hollywood plugin for SQL databases
hwp_tiff.lha1.3806kb14 Jun 20264.03¤ Hwp_TIFF - Hollywood plugin for TIFF images
hwp_vectorgfx.lha1.31Mb14 Jun 20264.03¤ Hwp_VectorGFX - Hollywood plugin for VectorGraphics
hwp_xad.lha1.169kb14 Jun 20264.03¤ Hwp_Xad - Hollywood plugin for xadmaster.library
hwp_xlsx.lha1.01Mb05 Nov 20224.0164¤ Hwp_XLSX - Hollywood plugin to create and edit XLSX documents
hwp_xml.lha2.1385kb14 Jun 20264.07¤ Hwp_XML - Hollywood plugin for parsing XML files
hwp_xmp.lha1.12Mb11 May 20264.075¤ Hwp_XMP - Play many module formats with Hollywood
hwp_yafa.lha1.269kb22 May 20234.0196¤ Hwp_YAFA - Hollywood plugin for YAFA anims
hwp_zip.lha2.1299kb02 Mar 20264.0105¤ Hwp_Zip - Read and write Zip archives for Hollywood
Copyright © 2004-2026 by Björn Hagström All Rights Reserved