wedevelopnl/silverstripe-svg-image

Silverstripe module to add support for SVG images.

Installs: 1 446

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

2.0.0 2023-07-18 18:29 UTC

This package is auto-updated.

Last update: 2024-03-25 08:30:24 UTC


README

Silverstripe doesn't support SVG to be used out of the box. This module adds a new file type which supports SVG images in a very basic way. Please note that the absence of SVG support isn't a fluke but the result of some extended discussion.

This module provides some sanitation of SVG files on upload but be aware of the potential risk.

Image manipulation

The Silverstripe core supports a extensive set of image manipulation tools. At the moment image manipulation isn't supported on SVG images. When an manipulation method is called on an SVG image the source image is simply returned.

Requirements

  • See composer.json requirements

Installation

  • composer require wedevelopnl/silverstripe-svg-image
  • Run a dev/build

License

See License

Maintainers

Development and contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our contributing document for more information.

Getting started

We advise to use Docker/Docker compose for development.
We also included a Makefile to simplify some commands

Our development container contains some built-in tools like PHPCSFixer.