nelson-cms/svg-filter

There is no license information available for the latest version (1.0.1) of this package.

Simple inline SVG filter for Nette/Latte.

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nelson-cms/svg-filter

1.0.1 2025-03-25 12:49 UTC

This package is auto-updated.

Last update: 2025-09-25 13:55:36 UTC


README

A simple SVG filter for Nette/Latte with cache support.

Installation

composer require nelson-cms/svg-filter

Setup

extensions:
	 svgFilter: NelsonCms\SvgFilter\DI\SvgFilterExtension

svgFilter:
	assetsPath: %wwwDir%/

Usage

Example:

{='assets/front/svg/logo.svg'|svg: 100, 200, 'currentColor'}

Parameters:

float $width = null,
float $height = null,
string $fill = null,
string $class = null,
string $title = null,
array $attributes = [],