for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace nstdio\svg\filter;
/**
* Class Tile
*
* @package nstdio\svg\filter
* @author Edgar Asatryan <[email protected]>
*/
class Tile extends BaseFilter
{
* @inheritdoc
public function getName()
return "feTile";
}