fromholdio / silverstripe-svgenius
First-class SVG handling for Silverstripe CMS & front-end
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- enshrined/svg-sanitize: ^0.16.0
- meyfa/php-svg: ^0.14.5
- silverstripe/framework: ^5.0.0
This package is auto-updated.
Last update: 2024-11-06 09:04:41 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.