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