Skip to content

sukhwinder-somar/silverstripe-svgenius

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silverstripe-svgenius

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • Other 0.9%