Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Hwp_SVGImage | Description: | Hollywood plugin for loading SVG images | Download: | hwp_svgimage.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 4Mb | Version: | 1.3 | Date: | 06 Mar 2019 | Author: | Cairo, Pango, glib, librsvg and libxml2 teams, Andreas Falkenhahn | Submitter: | kas1e | 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: | 10836 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 218 (Current version) | | 332 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
svgimage.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 svgimage.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}
History
=======
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.
|