The AROS Archives(anonymous IP: 13.58.150.59,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Development » Library » svgimage_amiga.lha

SVGImage_Amiga

Description: Library Plugin For Hollywood Applications
Download: svgimage_amiga.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 4Mb
Version: 1.3
Date: 03 Jun 19
Author: Andreas Falkenhahn
Submitter: salvatore
Email: abbate_salvatore/yahoo com
Homepage: https://www.hollywood-mal.com/
Requirements: Aros Abiv0 i386
Category: development/library
License: Other
Distribute: yes
FileID: 1869
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 31  (Current version)
31  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
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.

Copyright (C) 2010-2015 Andreas Falkenhahn <andreas()airsoftsoftwair.de>

This plugin (the "program") is provided "as-is" and the author cannot be
made responsible of any possible harm done by it. You are using this plugin
absolutely at your own risk. No warranties are implied or given by the
author.

This plugin can be redistributed under the terms of GNU Lesser General Public
License (LGPL). See COPYING_LGPL for details. The source codes of this plugin
are available for download from http://www.hollywood-mal.com/ for all
interested parties.

This plugin incorporates code from the following libraries licensed under the
LGPL: cairo, glib, librsvg, pango. See COPYING_LGPL for details.

This plugin uses libxml2. See the file COPYING_LIBXML2 for details.

This plugin uses the pixman library. See the file COPYING_PIXMAN for details.

Portions of this plugins are copyright &copy; 2010 The FreeType Project
(http://www.freetype.org). All rights reserved.

DISCLAIMER: THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDER AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY REDISTRIBUTE THE
PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. 





Copyright © 2005 - 2024 The AROS Archives All Rights Reserved