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