rasteiner/k3-svg-filemethods
Composer 安装命令:
composer require rasteiner/k3-svg-filemethods
包简介
K3 plugin. File methods for SVG files.
README 文档
README
K3 plugin. File methods for SVG files.
Install
Download Zip file
Copy plugin folder into site/plugins
Composer
Run composer require rasteiner/k3-svg-filemethods.
Features
- Trim an svg file to its visible bounds
- Rotate an svg file by any degree.
Usage example
In a template, a page contains an svg file.
<?php if($img = $page->image('graphic.svg')): ?> <img src="<?php echo $img->trimSVG()->rotate(90)->url() ?>" alt=""> <?php endif; ?>
Issues
Currently this plugin requires you to not have any other plugin that registers a file::url or a thumb component.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2018-10-31