fromholdio/silverstripe-svgenius

First-class SVG handling for Silverstripe CMS & front-end

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

1.0.1 2024-01-06 07:24 UTC

This package is auto-updated.

Last update: 2024-04-06 07:54:22 UTC


README

First-class SVG handling for Silverstripe CMS & front-end.

Requires Silverstripe 5+.

  • SVGs can be uploaded into Asset Admin just like images
  • Thumbnail of SVG is displayed on Asset Admin grid view
  • Asset CMS fields adjusted to hide focuspoint field for SVGs when jonom/focuspoint is installed
  • Retrieve height, width, orientation, and apply resizing by ratio, width or height using existing manipulation methods (Fit, FitMax, ScaleWidth, ScaleMaxWidth, ScaleHeight, ScaleMaxHeight)
  • Can embed in front-end as an tag, or embed the svg file contents
  • SVG contents are passed through santisation library enshrined\svgSanitize

Note, this behaviour is not included out-of-the-box in Silverstripe due to the security risks inherent with user-supplied SVG files. Per above, this module does process SVGs through a sanitisation process, but this needs to be combined with your own strategies and in consideration of your use case to reach acceptable security.